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.


Constructor Index

 o WindowOpener()

Method Index

 o actionPerformed(ActionEvent)
Notifies the thread that the window should be opened.
 o init()
Initializes the applet.
 o run()
waits untill called.
 o start()
starts the thread
 o stop()
puts current thread to null when called

Constructors

 o WindowOpener
 public WindowOpener()

Methods

 o init
 public void init()
Initializes the applet.

Overrides:
init in class Applet
 o start
 public void start()
starts the thread

Overrides:
start in class Applet
 o stop
 public void stop()
puts current thread to null when called

Overrides:
stop in class Applet
 o run
 public synchronized void run()
waits untill called. When notified then brings up the new window.

 o 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