edu.rice.comp211.laundry.ui
Class SimLaundry2010Application

java.lang.Object
  extended by edu.rice.comp211.laundry.ui.Application
      extended by edu.rice.comp211.laundry.ui.SimLaundry2010Application
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public final class SimLaundry2010Application
extends Application

Date: Mar 23, 2010 Time: 11:23:30 PM


Constructor Summary
SimLaundry2010Application()
           
 
Method Summary
static SimLaundry2010Application getInstance()
           
 String getName()
          Returns the name of the application.
protected  void init()
          Invoked as part of starting the application.
static void main(String[] args)
           
 
Methods inherited from class edu.rice.comp211.laundry.ui.Application
addApplicationListener, canExit, createBackgroundThreadDialog, exit, exiting, getBackgroundThreadFactory, getData, getPreferences, getPreferencesKey, getResourceAsString, getResourceBundle, getResourceBundleName, getUncaughtExceptionDialog, installLookAndFeel, isOSX, postInit, postInitEventQueueEmpty, preInit, putData, registerThread, removeApplicationListener, start, uncaughtException, uncaughtException, waitForBackgroundThreadsToExit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimLaundry2010Application

public SimLaundry2010Application()
Method Detail

main

public static void main(String[] args)

getInstance

public static SimLaundry2010Application getInstance()

getName

public String getName()
Description copied from class: Application
Returns the name of the application.

Specified by:
getName in class Application
Returns:
the name of the Application

init

protected void init()
Description copied from class: Application
Invoked as part of starting the application. See init sequence for details on when this is invoked.

Overrides:
init in class Application