| Package | Description | 
|---|---|
| java.awt | Contains all of the classes for creating user
interfaces and for painting graphics and images. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SystemColor | SystemColor. activeCaptionThe color rendered for the window-title background of the currently active window. | 
| static SystemColor | SystemColor. activeCaptionBorderThe color rendered for the border around the currently active window. | 
| static SystemColor | SystemColor. activeCaptionTextThe color rendered for the window-title text of the currently active window. | 
| static SystemColor | SystemColor. controlThe color rendered for the background of control panels and control objects,
 such as pushbuttons. | 
| static SystemColor | SystemColor. controlDkShadowThe color rendered for dark shadow areas on 3D control objects, such as pushbuttons. | 
| static SystemColor | SystemColor. controlHighlightThe color rendered for light areas of 3D control objects, such as pushbuttons. | 
| static SystemColor | SystemColor. controlLtHighlightThe color rendered for highlight areas of 3D control objects, such as pushbuttons. | 
| static SystemColor | SystemColor. controlShadowThe color rendered for shadow areas of 3D control objects, such as pushbuttons. | 
| static SystemColor | SystemColor. controlTextThe color rendered for the text of control panels and control objects,
 such as pushbuttons. | 
| static SystemColor | SystemColor. desktopThe color rendered for the background of the desktop. | 
| static SystemColor | SystemColor. inactiveCaptionThe color rendered for the window-title background of inactive windows. | 
| static SystemColor | SystemColor. inactiveCaptionBorderThe color rendered for the border around inactive windows. | 
| static SystemColor | SystemColor. inactiveCaptionTextThe color rendered for the window-title text of inactive windows. | 
| static SystemColor | SystemColor. infoThe color rendered for the background of tooltips or spot help. | 
| static SystemColor | SystemColor. infoTextThe color rendered for the text of tooltips or spot help. | 
| static SystemColor | SystemColor. menuThe color rendered for the background of menus. | 
| static SystemColor | SystemColor. menuTextThe color rendered for the text of menus. | 
| static SystemColor | SystemColor. scrollbarThe color rendered for the background of scrollbars. | 
| static SystemColor | SystemColor. textThe color rendered for the background of text control objects, such as
 textfields and comboboxes. | 
| static SystemColor | SystemColor. textHighlightThe color rendered for the background of selected items, such as in menus,
 comboboxes, and text. | 
| static SystemColor | SystemColor. textHighlightTextThe color rendered for the text of selected items, such as in menus, comboboxes,
 and text. | 
| static SystemColor | SystemColor. textInactiveTextThe color rendered for the text of inactive items, such as in menus. | 
| static SystemColor | SystemColor. textTextThe color rendered for the text of text control objects, such as textfields
 and comboboxes. | 
| static SystemColor | SystemColor. windowThe color rendered for the background of interior regions inside windows. | 
| static SystemColor | SystemColor. windowBorderThe color rendered for the border around interior regions inside windows. | 
| static SystemColor | SystemColor. windowTextThe color rendered for text of interior regions inside windows. | 
 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, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.