All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----collage.ui.Application
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.
main()
function.
public Application(String name)
public static void startApplet(String className, String title, String args[])
public boolean handleEvent(Event e)
public static void main(String args[])
main()
function.
Launches a new CollageSystem applet.
All Packages Class Hierarchy This Package Previous Next Index