All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.ui.Application

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----collage.ui.Application

public class Application
extends Frame
Provides a main() function and a frame for the CollageSystem applet to run the CollageSystem outside a web browser.

The system can be started in stand-alone-mode by typing java Application at the command line.


Constructor Index

 o Application(String)

Method Index

 o handleEvent(Event)
 o main(String[])
main() function.
 o startApplet(String, String, String[])

Constructors

 o Application
  public Application(String name)

Methods

 o startApplet
  public static void startApplet(String className,
                                 String title,
                                 String args[])
 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o main
  public static void main(String args[])
main() function.

Launches a new CollageSystem applet.


All Packages  Class Hierarchy  This Package  Previous  Next  Index