All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.DialogThread
java.lang.Object
|
+----java.lang.Thread
|
+----javaParse.DialogThread
- public class DialogThread
- extends Thread
This is a thread used to work around the fact that method show()
in class Dialog in JDK 1.0.2 is not blocking (on Win95).
Should be removed when this bug is solved.
-
DialogThread(Frame, int)
- Creates a thread with the given id.
-
DialogThread(Frame, int, ThreadDialog)
- Creates a thread with the given id.
-
run()
-
DialogThread
public DialogThread(Frame env,
int id)
- Creates a thread with the given id.
This thread's run() will call threadAction(id) which is
defined in env.
DialogThread
public DialogThread(Frame env,
int id,
ThreadDialog dg)
- Creates a thread with the given id.
This thread's run() will call threadAction(dg) which is
defined in env.
run
public void run()
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index