Java 6 SE Platform
6.0
Home

com.woven_media.colorsafe
Class App

java.lang.Object
  extended by com.woven_media.colorsafe.Application
      extended by 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

Field Summary
static java.lang.String ABOUT_IMG
           
static java.awt.Color BG_COLOR
           
static java.lang.String ICON_IMG
           
static java.util.Locale LOCALE
           
static java.lang.String TITLE_APP
           
static java.lang.String TITLE_URL
           
 
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
 

Field Detail

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
Constructor Detail

App

public App()
Method Detail

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

Java 6 SE Platform
6.0
Home

JavaDoc API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 20 SEPT 2009