Gui
Class GUIColors

java.lang.Object
  |
  +--Gui.GUIColors

public class GUIColors
extends java.lang.Object

This class only contains the color definitions for the GUI-components


Field Summary
static java.awt.Color DEFAULTBACKGROUNDCOLOR
          Default backgroundcolor for the applet's panels
static java.awt.Color DISABLEDBACKGROUNDCOLOR
          Backgroundcolor for a not editable Tetxtfield
static java.awt.Color EMPTYMEMORYAREA
          Default backgroundcolor for the empty memory area.
static java.awt.Color ENABLEDBACKGROUNDCOLOR
          Backgroundcolor for an editable Tetxtfield
static java.awt.Color KEYBOARD_BUTTON_COLOR
          KeyboardButton Color
static java.awt.Color MEMORYEMPTY
          Color for Empty Memory Regions
static java.awt.Color MESSAGE_EMPTY
          Backgroundcolor for OK- and Empty-Message
static java.awt.Color MESSAGE_ERROR
          Backgroundcolor for Error-Message
static java.awt.Color TEXTCOLOR
          Normal color for Text
static java.awt.Color TOOLTIPBACKGROUNDCOLOR
          Backgroundcolor for ToolTips
 
Constructor Summary
GUIColors()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

EMPTYMEMORYAREA

public static final java.awt.Color EMPTYMEMORYAREA
Default backgroundcolor for the empty memory area.

DEFAULTBACKGROUNDCOLOR

public static final java.awt.Color DEFAULTBACKGROUNDCOLOR
Default backgroundcolor for the applet's panels

TEXTCOLOR

public static final java.awt.Color TEXTCOLOR
Normal color for Text

MEMORYEMPTY

public static final java.awt.Color MEMORYEMPTY
Color for Empty Memory Regions

TOOLTIPBACKGROUNDCOLOR

public static final java.awt.Color TOOLTIPBACKGROUNDCOLOR
Backgroundcolor for ToolTips

KEYBOARD_BUTTON_COLOR

public static final java.awt.Color KEYBOARD_BUTTON_COLOR
KeyboardButton Color

ENABLEDBACKGROUNDCOLOR

public static final java.awt.Color ENABLEDBACKGROUNDCOLOR
Backgroundcolor for an editable Tetxtfield

DISABLEDBACKGROUNDCOLOR

public static final java.awt.Color DISABLEDBACKGROUNDCOLOR
Backgroundcolor for a not editable Tetxtfield

MESSAGE_ERROR

public static final java.awt.Color MESSAGE_ERROR
Backgroundcolor for Error-Message

MESSAGE_EMPTY

public static final java.awt.Color MESSAGE_EMPTY
Backgroundcolor for OK- and Empty-Message
Constructor Detail

GUIColors

public GUIColors()