All Packages Class Hierarchy This Package Previous Next Index
Class DopplerProgram.WindowOpener
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----DopplerProgram.WindowOpener
- public class WindowOpener
- extends Applet
- implements Runnable, ActionListener
An applet that loads the Doppler Frame.
-
WindowOpener()
-
-
actionPerformed(ActionEvent)
- Notifies the thread that the window should be opened.
-
init()
- Initializes the applet.
-
run()
- waits untill called.
-
start()
- starts the thread
-
stop()
- puts current thread to null when called
WindowOpener
public WindowOpener()
init
public void init()
- Initializes the applet.
- Overrides:
- init in class Applet
start
public void start()
- starts the thread
- Overrides:
- start in class Applet
stop
public void stop()
- puts current thread to null when called
- Overrides:
- stop in class Applet
run
public synchronized void run()
- waits untill called. When notified then brings up the new window.
actionPerformed
public synchronized void actionPerformed(ActionEvent event)
- Notifies the thread that the window should be opened.
All Packages Class Hierarchy This Package Previous Next Index