All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.FromOS

java.lang.Object
   |
   +----Jaja.FromOS

public class FromOS
extends Object
This class allows to start Jaja from an OS shell. It creates a window to run Jaja as an applet (unless the -textual option is given. This is a separate class since security precludes using setStub.


Constructor Index

 o FromOS()

Method Index

 o main(String[])
Starts the applet from an OS shell.

Constructors

 o FromOS
 public FromOS()

Methods

 o main
 public static void main(String argv[])
Starts the applet from an OS shell. If the first command option is -textual, forget about the applet and starts a textual interpreter only. Otherwise, starts a window-based listener whose class may be specified by an option.


All Packages  Class Hierarchy  This Package  Previous  Next  Index