public final class SystemColor extends Color implements Serializable
SystemColor
object with a non-symbolic Color object,
getRGB
should be used rather than equals
.
Note that the way in which these system colors are applied to GUI objects may vary slightly from platform to platform since GUI objects may be rendered differently on each platform.
System color values may also be available through the getDesktopProperty
method on java.awt.Toolkit
.
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE_CAPTION
The array index for the
activeCaption system color. |
static int |
ACTIVE_CAPTION_BORDER
The array index for the
activeCaptionBorder system color. |
static int |
ACTIVE_CAPTION_TEXT
The array index for the
activeCaptionText system color. |
static SystemColor |
activeCaption
The color rendered for the window-title background of the currently active window.
|
static SystemColor |
activeCaptionBorder
The color rendered for the border around the currently active window.
|
static SystemColor |
activeCaptionText
The color rendered for the window-title text of the currently active window.
|
static SystemColor |
control
The color rendered for the background of control panels and control objects,
such as pushbuttons.
|
static int |
CONTROL
The array index for the
control system color. |
static int |
CONTROL_DK_SHADOW
The array index for the
controlDkShadow system color. |
static int |
CONTROL_HIGHLIGHT
The array index for the
controlHighlight system color. |
static int |
CONTROL_LT_HIGHLIGHT
The array index for the
controlLtHighlight system color. |
static int |
CONTROL_SHADOW
The array index for the
controlShadow system color. |
static int |
CONTROL_TEXT
The array index for the
controlText system color. |
static SystemColor |
controlDkShadow
The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
|
static SystemColor |
controlHighlight
The color rendered for light areas of 3D control objects, such as pushbuttons.
|
static SystemColor |
controlLtHighlight
The color rendered for highlight areas of 3D control objects, such as pushbuttons.
|
static SystemColor |
controlShadow
The color rendered for shadow areas of 3D control objects, such as pushbuttons.
|
static SystemColor |
controlText
The color rendered for the text of control panels and control objects,
such as pushbuttons.
|
static SystemColor |
desktop
The color rendered for the background of the desktop.
|
static int |
DESKTOP
The array index for the
desktop system color. |
static int |
INACTIVE_CAPTION
The array index for the
inactiveCaption system color. |
static int |
INACTIVE_CAPTION_BORDER
The array index for the
inactiveCaptionBorder system color. |
static int |
INACTIVE_CAPTION_TEXT
The array index for the
inactiveCaptionText system color. |
static SystemColor |
inactiveCaption
The color rendered for the window-title background of inactive windows.
|
static SystemColor |
inactiveCaptionBorder
The color rendered for the border around inactive windows.
|
static SystemColor |
inactiveCaptionText
The color rendered for the window-title text of inactive windows.
|
static SystemColor |
info
The color rendered for the background of tooltips or spot help.
|
static int |
INFO
The array index for the
info system color. |
static int |
INFO_TEXT
The array index for the
infoText system color. |
static SystemColor |
infoText
The color rendered for the text of tooltips or spot help.
|
static SystemColor |
menu
The color rendered for the background of menus.
|
static int |
MENU
The array index for the
menu system color. |
static int |
MENU_TEXT
The array index for the
menuText system color. |
static SystemColor |
menuText
The color rendered for the text of menus.
|
static int |
NUM_COLORS
The number of system colors in the array.
|
static SystemColor |
scrollbar
The color rendered for the background of scrollbars.
|
static int |
SCROLLBAR
The array index for the
scrollbar system color. |
static SystemColor |
text
The color rendered for the background of text control objects, such as
textfields and comboboxes.
|
static int |
TEXT
The array index for the
text system color. |
static int |
TEXT_HIGHLIGHT
The array index for the
textHighlight system color. |
static int |
TEXT_HIGHLIGHT_TEXT
The array index for the
textHighlightText system color. |
static int |
TEXT_INACTIVE_TEXT
The array index for the
textInactiveText system color. |
static int |
TEXT_TEXT
The array index for the
textText system color. |
static SystemColor |
textHighlight
The color rendered for the background of selected items, such as in menus,
comboboxes, and text.
|
static SystemColor |
textHighlightText
The color rendered for the text of selected items, such as in menus, comboboxes,
and text.
|
static SystemColor |
textInactiveText
The color rendered for the text of inactive items, such as in menus.
|
static SystemColor |
textText
The color rendered for the text of text control objects, such as textfields
and comboboxes.
|
static SystemColor |
window
The color rendered for the background of interior regions inside windows.
|
static int |
WINDOW
The array index for the
window system color. |
static int |
WINDOW_BORDER
The array index for the
windowBorder system color. |
static int |
WINDOW_TEXT
The array index for the
windowText system color. |
static SystemColor |
windowBorder
The color rendered for the border around interior regions inside windows.
|
static SystemColor |
windowText
The color rendered for text of interior regions inside windows.
|
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW
BITMASK, OPAQUE, TRANSLUCENT
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this
Color 's values. |
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB
@Native public static final int DESKTOP
desktop
system color.desktop
,
Constant Field Values@Native public static final int ACTIVE_CAPTION
activeCaption
system color.activeCaption
,
Constant Field Values@Native public static final int ACTIVE_CAPTION_TEXT
activeCaptionText
system color.activeCaptionText
,
Constant Field Values@Native public static final int ACTIVE_CAPTION_BORDER
activeCaptionBorder
system color.activeCaptionBorder
,
Constant Field Values@Native public static final int INACTIVE_CAPTION
inactiveCaption
system color.inactiveCaption
,
Constant Field Values@Native public static final int INACTIVE_CAPTION_TEXT
inactiveCaptionText
system color.inactiveCaptionText
,
Constant Field Values@Native public static final int INACTIVE_CAPTION_BORDER
inactiveCaptionBorder
system color.inactiveCaptionBorder
,
Constant Field Values@Native public static final int WINDOW
window
system color.window
,
Constant Field Values@Native public static final int WINDOW_BORDER
windowBorder
system color.windowBorder
,
Constant Field Values@Native public static final int WINDOW_TEXT
windowText
system color.windowText
,
Constant Field Values@Native public static final int MENU
menu
system color.menu
,
Constant Field Values@Native public static final int MENU_TEXT
menuText
system color.menuText
,
Constant Field Values@Native public static final int TEXT
text
system color.text
,
Constant Field Values@Native public static final int TEXT_TEXT
textText
system color.textText
,
Constant Field Values@Native public static final int TEXT_HIGHLIGHT
textHighlight
system color.textHighlight
,
Constant Field Values@Native public static final int TEXT_HIGHLIGHT_TEXT
textHighlightText
system color.textHighlightText
,
Constant Field Values@Native public static final int TEXT_INACTIVE_TEXT
textInactiveText
system color.textInactiveText
,
Constant Field Values@Native public static final int CONTROL
control
system color.control
,
Constant Field Values@Native public static final int CONTROL_TEXT
controlText
system color.controlText
,
Constant Field Values@Native public static final int CONTROL_HIGHLIGHT
controlHighlight
system color.controlHighlight
,
Constant Field Values@Native public static final int CONTROL_LT_HIGHLIGHT
controlLtHighlight
system color.controlLtHighlight
,
Constant Field Values@Native public static final int CONTROL_SHADOW
controlShadow
system color.controlShadow
,
Constant Field Values@Native public static final int CONTROL_DK_SHADOW
controlDkShadow
system color.controlDkShadow
,
Constant Field Values@Native public static final int SCROLLBAR
scrollbar
system color.scrollbar
,
Constant Field Values@Native public static final int INFO
info
system color.info
,
Constant Field Values@Native public static final int INFO_TEXT
infoText
system color.infoText
,
Constant Field Values@Native public static final int NUM_COLORS
public static final SystemColor desktop
public static final SystemColor activeCaption
public static final SystemColor activeCaptionText
public static final SystemColor activeCaptionBorder
public static final SystemColor inactiveCaption
public static final SystemColor inactiveCaptionText
public static final SystemColor inactiveCaptionBorder
public static final SystemColor window
public static final SystemColor windowBorder
public static final SystemColor windowText
public static final SystemColor menu
public static final SystemColor menuText
public static final SystemColor text
public static final SystemColor textText
public static final SystemColor textHighlight
public static final SystemColor textHighlightText
public static final SystemColor textInactiveText
public static final SystemColor control
public static final SystemColor controlText
public static final SystemColor controlHighlight
control
background color
to provide a 3D effect.public static final SystemColor controlLtHighlight
control
background color
to provide a 3D effect.public static final SystemColor controlShadow
control
background color
to provide a 3D effect.public static final SystemColor controlDkShadow
control
background color
to provide a 3D effect.public static final SystemColor scrollbar
public static final SystemColor info
public static final SystemColor infoText
public String toString()
Color
's values.
This method is intended to be used only for debugging purposes,
and the content and format of the returned string may vary between
implementations.
The returned string may be empty but may not be null
. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2023, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.