|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umich.visualsoar.VisualSoar
This is the class that the user runs, all it does is create an instance of the main frame and sets it visible
Constructor Summary | |
VisualSoar()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Since this class can be run this is the starting point, it constructs an instance of of the MainFrame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VisualSoar()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- an array of strings representing command line arguments
java.lang.Exception
|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |