All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.owl.bo.control.visualControls.luxmate.applet.luxmateApplet

edu.cmu.owl.bo.control.visualControls.luxmate.applet.luxmateApplet

public class luxmateApplet
This Applet should just contain the GUI stuff. All the actual processing should be delegated to the Application


Constructor Index

 o luxmateApplet()

Method Index

 o destroy()
This method is called when the Applet is killed, this cleans up all neccessary state.
 o init()
This method is responsible for Initializing all the applet's state.
 o start()
This method is the standard Thread start method.
 o stop()
This method is the standart Thread stop method.

Constructors

 o luxmateApplet
 public luxmateApplet()

Methods

 o init
 public void init()
This method is responsible for Initializing all the applet's state. It simply creates a frame asks for the main panel to be created and inserts it into the frame. Note: We are using a frame so that we spawn a separate window in the browser.

 o start
 public void start()
This method is the standard Thread start method.

See Also:
Thread
 o stop
 public void stop()
This method is the standart Thread stop method.

See Also:
Thread
 o destroy
 public void destroy()
This method is called when the Applet is killed, this cleans up all neccessary state.


All Packages  Class Hierarchy  This Package  Previous  Next  Index