Class Start

java.lang.Object
  extended by Start

public class Start
extends java.lang.Object

This class initialises the main program.

Starts the program

The Boolean variable "VERBOSE_DEBUG" displays debugging information for this class. Set value to "true" to display messages.

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)
           
 
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)