Uses of Class
java.awt.SystemColor

Packages that use SystemColor
Package
Description
Contains all of the classes for creating user interfaces and for painting graphics and images.
  • Uses of SystemColor in java.awt

    Fields in java.awt declared as SystemColor
    Modifier and Type
    Field
    Description
    SystemColor.activeCaption
    The color rendered for the window-title background of the currently active window.
    The color rendered for the border around the currently active window.
    SystemColor.activeCaptionText
    The color rendered for the window-title text of the currently active window.
    SystemColor.control
    The color rendered for the background of control panels and control objects, such as pushbuttons.
    SystemColor.controlDkShadow
    The color rendered for dark shadow areas on 3D 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.controlText
    The color rendered for the text of control panels and control objects, such as pushbuttons.
    SystemColor.desktop
    The color rendered for the background of the desktop.
    SystemColor.inactiveCaption
    The color rendered for the window-title background of inactive windows.
    The color rendered for the border around inactive windows.
    The color rendered for the window-title text of inactive windows.
    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.
    SystemColor.menu
    The color rendered for the background of menus.
    SystemColor.menuText
    The color rendered for the text of menus.
    SystemColor.scrollbar
    The color rendered for the background of scrollbars.
    SystemColor.text
    The color rendered for the background 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.textText
    The color rendered for the text of text control objects, such as textfields and comboboxes.
    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.