com.woven_media.colorsafe
Class App
java.lang.Object
com.woven_media.colorsafe.Application
com.woven_media.colorsafe.App
- All Implemented Interfaces:
- java.lang.Thread.UncaughtExceptionHandler
public abstract class App
- extends Application
Driver for ColorSafe 1.0
application.
- Since:
- 1.0
Constructor Summary |
App()
|
Method Summary |
static void |
main(java.lang.String[] args)
Application entry point that implements the java.lang.Runnable interface as
an anonymous class. |
Methods inherited from class com.woven_media.colorsafe.Application |
addApplicationListener, canExit, createBackgroundThreadDialog, exit, exiting, getBackgroundThreadFactory, getData, getInstance, getName, getPreferences, getPreferencesKey, getResourceAsString, getResourceBundle, getResourceBundleName, getUncaughtExceptionDialog, init, 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 |
TITLE_APP
public static final java.lang.String TITLE_APP
- See Also:
- Constant Field Values
TITLE_URL
public static final java.lang.String TITLE_URL
- See Also:
- Constant Field Values
ICON_IMG
public static final java.lang.String ICON_IMG
- See Also:
- Constant Field Values
ABOUT_IMG
public static final java.lang.String ABOUT_IMG
- See Also:
- Constant Field Values
BG_COLOR
public static final java.awt.Color BG_COLOR
LOCALE
public static final java.util.Locale LOCALE
App
public App()
main
public static void main(java.lang.String[] args)
- Application entry point that implements the
java.lang.Runnable
interface as
an anonymous class. The anonymous Runnable
instance is passed to the static
method java.awt.EventQueue.invokeLater
method.
- Parameters:
args
- a string array of commandline arguments.- Since:
- 1.0
- See Also:
Runnable
,
EventQueue
,
EventQueue.invokeLater(java.lang.Runnable)
,
WindowUtil
JavaDoc API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 20 SEPT 2009