Java 2 Platform
v1.3

edu.umich.visualsoar
Class VisualSoar

java.lang.Object
  |
  +--edu.umich.visualsoar.VisualSoar

public class VisualSoar
extends java.lang.Object

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

VisualSoar

public VisualSoar()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Since this class can be run this is the starting point, it constructs an instance of of the MainFrame

Parameters:
args - an array of strings representing command line arguments
java.lang.Exception

Java 2 Platform
v1.3