edu.rice.comp211.laundry.ui
Class SimLaundry2010Application
java.lang.Object
edu.rice.comp211.laundry.ui.Application
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
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 |
SimLaundry2010Application
public SimLaundry2010Application()
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