waba.ui
Class UIColors

java.lang.Object
  |
  +--waba.ui.UIColors

public class UIColors
extends java.lang.Object

This class holds the colors used in some user interface dialogs, such as MessageBox, InputDialog, Calculator, Keyboard, Calendar, ToolTip, KeyPad and others. You can customize it as needed.

To correctly change the colors to your own, you must do it in the constructor of your application.

Since:
SuperWaba 5.64

Field Summary
static Color calculatorAction
           
static Color calculatorBack
           
static Color calculatorFore
           
static Color calendarAction
           
static Color calendarBack
           
static Color calendarFore
           
static Color controlsBack
           
static Color controlsFore
           
static Color[] highlightColors
          These are the colors used to draw the highlight rectangle.
static Color inputdialogAction
           
static Color inputdialogBack
           
static Color inputdialogFore
           
static Color keyboardAction
           
static Color keyboardBack
           
static Color keyboardFore
           
static Color keypadBack
           
static Color keypadFore
           
static Color messageboxAction
           
static Color messageboxBack
           
static Color messageboxFore
           
static boolean sameColors
          Make the edit area have the same color of the background setting this to true
static Color tooltipBack
           
static Color tooltipFore
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyboardBack

public static Color keyboardBack

keyboardFore

public static Color keyboardFore

keyboardAction

public static Color keyboardAction

calculatorBack

public static Color calculatorBack

calculatorFore

public static Color calculatorFore

calculatorAction

public static Color calculatorAction

calendarBack

public static Color calendarBack

calendarFore

public static Color calendarFore

calendarAction

public static Color calendarAction

messageboxBack

public static Color messageboxBack

messageboxFore

public static Color messageboxFore

messageboxAction

public static Color messageboxAction

inputdialogBack

public static Color inputdialogBack

inputdialogFore

public static Color inputdialogFore

inputdialogAction

public static Color inputdialogAction

tooltipBack

public static Color tooltipBack

tooltipFore

public static Color tooltipFore

keypadBack

public static Color keypadBack

keypadFore

public static Color keypadFore

controlsFore

public static Color controlsFore

controlsBack

public static Color controlsBack

sameColors

public static boolean sameColors
Make the edit area have the same color of the background setting this to true

highlightColors

public static Color[] highlightColors
These are the colors used to draw the highlight rectangle.