bin
Class Start

java.lang.Object
  extended by bin.Start

public class Start
extends java.lang.Object

This class initialises the main program.

Start the AI Builder application.

Version:
0.3 - Initial Release
Author:
Richard John Sproston [ richard.sproston@gmail.com || lucky_jackpot@hotmail.com ]

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

Start

public Start()
Method Detail

main

public static void main(java.lang.String[] args)
main application start point. Load the GUI interface and make it visible for the user.

Parameters:
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.