|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.Start
public class Start
This class initialises the main program.
Start the AI Builder application.
Constructor Summary | |
---|---|
Start()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main application start point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Start()
Method Detail |
---|
public static void main(java.lang.String[] args)
main
application start point.
Load the GUI interface and make it visible for
the user.
args
- Optional command-line arguments to
pass to the application. AI Builder does not currently
support the passing of CL-arguments, as it is loaded in
GUI form, for an executable JAR file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |