be.optiloading
Class Main

java.lang.Object
  extended by be.optiloading.Main

public class Main
extends java.lang.Object

Controller class used to load the Ship and Gui object

Author:
Tim Pintens, info@optiloading.be, http://www.optiloading.be

Nested Class Summary
(package private) static class Main.Splash
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Sole entry point to the class and application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Sole entry point to the class and application.

Parameters:
args - Array of String arguments.
Throws:
java.lang.InterruptedException - Thrown from the Thread class (main thread).