antsnest.configuration
Class StartupManager

java.lang.Object
  extended by antsnest.configuration.StartupManager

public class StartupManager
extends Object

Responsible for starting up the application

Author:
Chris Clohosy

Constructor Summary
StartupManager()
          Actually starts up the program
 
Method Summary
 void hideSplash()
           
static void main(String[] args)
          The main method that fires up the program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupManager

public StartupManager()
Actually starts up the program

Method Detail

hideSplash

public void hideSplash()

main

public static void main(String[] args)
The main method that fires up the program

Parameters:
args -