Fields Summary |
---|
public static final int | DESKTOPThe array index for the
{@link #desktop} system color. |
public static final int | ACTIVE_CAPTIONThe array index for the
{@link #activeCaption} system color. |
public static final int | ACTIVE_CAPTION_TEXTThe array index for the
{@link #activeCaptionText} system color. |
public static final int | ACTIVE_CAPTION_BORDERThe array index for the
{@link #activeCaptionBorder} system color. |
public static final int | INACTIVE_CAPTIONThe array index for the
{@link #inactiveCaption} system color. |
public static final int | INACTIVE_CAPTION_TEXTThe array index for the
{@link #inactiveCaptionText} system color. |
public static final int | INACTIVE_CAPTION_BORDERThe array index for the
{@link #inactiveCaptionBorder} system color. |
public static final int | WINDOWThe array index for the
{@link #window} system color. |
public static final int | WINDOW_BORDERThe array index for the
{@link #windowBorder} system color. |
public static final int | WINDOW_TEXTThe array index for the
{@link #windowText} system color. |
public static final int | MENUThe array index for the
{@link #menu} system color. |
public static final int | MENU_TEXTThe array index for the
{@link #menuText} system color. |
public static final int | TEXTThe array index for the
{@link #text} system color. |
public static final int | TEXT_TEXTThe array index for the
{@link #textText} system color. |
public static final int | TEXT_HIGHLIGHTThe array index for the
{@link #textHighlight} system color. |
public static final int | TEXT_HIGHLIGHT_TEXTThe array index for the
{@link #textHighlightText} system color. |
public static final int | TEXT_INACTIVE_TEXTThe array index for the
{@link #textInactiveText} system color. |
public static final int | CONTROLThe array index for the
{@link #control} system color. |
public static final int | CONTROL_TEXTThe array index for the
{@link #controlText} system color. |
public static final int | CONTROL_HIGHLIGHTThe array index for the
{@link #controlHighlight} system color. |
public static final int | CONTROL_LT_HIGHLIGHTThe array index for the
{@link #controlLtHighlight} system color. |
public static final int | CONTROL_SHADOWThe array index for the
{@link #controlShadow} system color. |
public static final int | CONTROL_DK_SHADOWThe array index for the
{@link #controlDkShadow} system color. |
public static final int | SCROLLBARThe array index for the
{@link #scrollbar} system color. |
public static final int | INFOThe array index for the
{@link #info} system color. |
public static final int | INFO_TEXTThe array index for the
{@link #infoText} system color. |
public static final int | NUM_COLORSThe number of system colors in the array. |
public static final SystemColor | desktop/
/**
The color rendered for the background of the desktop. |
public static final SystemColor | activeCaptionThe color rendered for the window-title background of the currently active window. |
public static final SystemColor | activeCaptionTextThe color rendered for the window-title text of the currently active window. |
public static final SystemColor | activeCaptionBorderThe color rendered for the border around the currently active window. |
public static final SystemColor | inactiveCaptionThe color rendered for the window-title background of inactive windows. |
public static final SystemColor | inactiveCaptionTextThe color rendered for the window-title text of inactive windows. |
public static final SystemColor | inactiveCaptionBorderThe color rendered for the border around inactive windows. |
public static final SystemColor | windowThe color rendered for the background of interior regions inside windows. |
public static final SystemColor | windowBorderThe color rendered for the border around interior regions inside windows. |
public static final SystemColor | windowTextThe color rendered for text of interior regions inside windows. |
public static final SystemColor | menuThe color rendered for the background of menus. |
public static final SystemColor | menuTextThe color rendered for the text of menus. |
public static final SystemColor | textThe color rendered for the background of text control objects, such as
textfields and comboboxes. |
public static final SystemColor | textTextThe color rendered for the text of text control objects, such as textfields
and comboboxes. |
public static final SystemColor | textHighlightThe color rendered for the background of selected items, such as in menus,
comboboxes, and text. |
public static final SystemColor | textHighlightTextThe color rendered for the text of selected items, such as in menus, comboboxes,
and text. |
public static final SystemColor | textInactiveTextThe color rendered for the text of inactive items, such as in menus. |
public static final SystemColor | controlThe color rendered for the background of control panels and control objects,
such as pushbuttons. |
public static final SystemColor | controlTextThe color rendered for the text of control panels and control objects,
such as pushbuttons. |
public static final SystemColor | controlHighlightThe color rendered for light areas of 3D control objects, such as pushbuttons.
This color is typically derived from the control background color
to provide a 3D effect. |
public static final SystemColor | controlLtHighlightThe color rendered for highlight areas of 3D control objects, such as pushbuttons.
This color is typically derived from the control background color
to provide a 3D effect. |
public static final SystemColor | controlShadowThe color rendered for shadow areas of 3D control objects, such as pushbuttons.
This color is typically derived from the control background color
to provide a 3D effect. |
public static final SystemColor | controlDkShadowThe color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
This color is typically derived from the control background color
to provide a 3D effect. |
public static final SystemColor | scrollbarThe color rendered for the background of scrollbars. |
public static final SystemColor | infoThe color rendered for the background of tooltips or spot help. |
public static final SystemColor | infoTextThe color rendered for the text of tooltips or spot help. |
private static int[] | systemColors |
private static final long | serialVersionUID |