aim4
Class Main
java.lang.Object
  
aim4.Main
public class Main
- extends Object
 
The default main class to show the GUI.
| 
Constructor Summary | 
Main()
 
            | 
 
| 
Method Summary | 
static void | 
main(String[] args)
 
          The main function of the simulator. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Main
public Main()
main
public static void main(String[] args)
- The main function of the simulator.
 It starts the GUI.
- Parameters:
 args - the command-line arguments; it should be empty since the GUI
              does not take any command-line arguments
 
 
Copyright © 2011. All Rights Reserved.