com.woven_media.app.colorsafe
Class ColorSafe
java.lang.Object
com.woven_media.app.colorsafe.ColorSafe
public class ColorSafe
- extends java.lang.Object
Driver for ColorSafe 2008
application.
- Since:
- 1.0
- Author:
- Brent Allen Parrish
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 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
ColorSafe
public ColorSafe()
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