Should be called once at startup to create the application and start it running.
Should be called once at startup to create the application and
start it running. May not be called more than once. Once
this method has called, the singleton instance of this class
is stored in app
.
This method must not be called from the AWT event queue thread.
Should be empty. (Passing non-empty arguments is not currently documented.)
The main class for the complete NetLogo application.
All methods in this class, including the constructor, must be called from the AWT event queue thread, unless otherwise specified.
See the "Controlling" section of the NetLogo User Manual for example code.