Example usage for Java java.awt SystemColor fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ACTIVE_CAPTION The array index for the #activeCaption system color. |
int | ACTIVE_CAPTION_TEXT The array index for the #activeCaptionText system color. |
int | ACTIVE_CAPTION_BORDER The array index for the #activeCaptionBorder system color. |
int | INACTIVE_CAPTION The array index for the #inactiveCaption system color. |
int | CONTROL_TEXT The array index for the #controlText system color. |
int | CONTROL_HIGHLIGHT The array index for the #controlHighlight system color. |
int | CONTROL_LT_HIGHLIGHT The array index for the #controlLtHighlight system color. |
int | CONTROL_SHADOW The array index for the #controlShadow system color. |
int | CONTROL_DK_SHADOW The array index for the #controlDkShadow system color. |
SystemColor | desktop The color rendered for the background of the desktop. |
SystemColor | activeCaption The color rendered for the window-title background of the currently active window. |
SystemColor | activeCaptionText The color rendered for the window-title text of the currently active window. |
SystemColor | activeCaptionBorder The color rendered for the border around the currently active window. |
SystemColor | inactiveCaption The color rendered for the window-title background of inactive windows. |
SystemColor | inactiveCaptionText The color rendered for the window-title text of inactive windows. |
SystemColor | inactiveCaptionBorder The color rendered for the border around inactive windows. |
SystemColor | window The color rendered for the background of interior regions inside windows. |
SystemColor | windowBorder The color rendered for the border around interior regions inside windows. |
SystemColor | windowText The color rendered for text of interior regions inside windows. |
SystemColor | menu The color rendered for the background of menus. |
SystemColor | menuText The color rendered for the text of menus. |
SystemColor | text The color rendered for the background of text control objects, such as textfields and comboboxes. |
SystemColor | textText The color rendered for the text of text control objects, such as textfields and comboboxes. |
SystemColor | textHighlight The color rendered for the background of selected items, such as in menus, comboboxes, and text. |
SystemColor | textHighlightText The color rendered for the text of selected items, such as in menus, comboboxes, and text. |
SystemColor | textInactiveText The color rendered for the text of inactive items, such as in menus. |
SystemColor | control The color rendered for the background of control panels and control objects, such as pushbuttons. |
SystemColor | controlText The color rendered for the text of control panels and control objects, such as pushbuttons. |
SystemColor | controlHighlight The color rendered for light areas of 3D control objects, such as pushbuttons. |
SystemColor | controlLtHighlight The color rendered for highlight areas of 3D control objects, such as pushbuttons. |
SystemColor | controlShadow The color rendered for shadow areas of 3D control objects, such as pushbuttons. |
SystemColor | controlDkShadow The color rendered for dark shadow areas on 3D control objects, such as pushbuttons. |
SystemColor | scrollbar The color rendered for the background of scrollbars. |
SystemColor | info The color rendered for the background of tooltips or spot help. |
SystemColor | infoText The color rendered for the text of tooltips or spot help. |