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
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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.