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
    static final SystemColor
    SystemColor.activeCaption
    The color rendered for the window-title background of the currently active window.
    static final SystemColor
    The color rendered for the border around the currently active window.
    static final SystemColor
    SystemColor.activeCaptionText
    The color rendered for the window-title text of the currently active window.
    static final SystemColor
    SystemColor.control
    The color rendered for the background of control panels and control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.controlDkShadow
    The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.controlHighlight
    The color rendered for light areas of 3D control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.controlLtHighlight
    The color rendered for highlight areas of 3D control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.controlShadow
    The color rendered for shadow areas of 3D control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.controlText
    The color rendered for the text of control panels and control objects, such as pushbuttons.
    static final SystemColor
    SystemColor.desktop
    The color rendered for the background of the desktop.
    static final SystemColor
    SystemColor.inactiveCaption
    The color rendered for the window-title background of inactive windows.
    static final SystemColor
    The color rendered for the border around inactive windows.
    static final SystemColor
    The color rendered for the window-title text of inactive windows.
    static final SystemColor
    SystemColor.info
    The color rendered for the background of tooltips or spot help.
    static final SystemColor
    SystemColor.infoText
    The color rendered for the text of tooltips or spot help.
    static final SystemColor
    SystemColor.menu
    The color rendered for the background of menus.
    static final SystemColor
    SystemColor.menuText
    The color rendered for the text of menus.
    static final SystemColor
    SystemColor.scrollbar
    The color rendered for the background of scrollbars.
    static final SystemColor
    SystemColor.text
    The color rendered for the background of text control objects, such as textfields and comboboxes.
    static final SystemColor
    SystemColor.textHighlight
    The color rendered for the background of selected items, such as in menus, comboboxes, and text.
    static final SystemColor
    SystemColor.textHighlightText
    The color rendered for the text of selected items, such as in menus, comboboxes, and text.
    static final SystemColor
    SystemColor.textInactiveText
    The color rendered for the text of inactive items, such as in menus.
    static final SystemColor
    SystemColor.textText
    The color rendered for the text of text control objects, such as textfields and comboboxes.
    static final SystemColor
    SystemColor.window
    The color rendered for the background of interior regions inside windows.
    static final SystemColor
    SystemColor.windowBorder
    The color rendered for the border around interior regions inside windows.
    static final SystemColor
    SystemColor.windowText
    The color rendered for text of interior regions inside windows.