JavaTM 2 Platform
Std. Ed. v1.3

Uses of Class
java.awt.SystemColor

Packages that use SystemColor
java.awt 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
static SystemColor SystemColor.desktop
          The color of the desktop background.
static SystemColor SystemColor.activeCaption
          The background color for captions in window borders.
static SystemColor SystemColor.activeCaptionText
          The text color for captions in window borders.
static SystemColor SystemColor.activeCaptionBorder
          The border color for captions in window borders.
static SystemColor SystemColor.inactiveCaption
          The background color for inactive captions in window borders.
static SystemColor SystemColor.inactiveCaptionText
          The text color for inactive captions in window borders.
static SystemColor SystemColor.inactiveCaptionBorder
          The border color for inactive captios in window borders.
static SystemColor SystemColor.window
          The background color for windows.
static SystemColor SystemColor.windowBorder
          The border color for windows.
static SystemColor SystemColor.windowText
          The text color for windows.
static SystemColor SystemColor.menu
          The background color for menus.
static SystemColor SystemColor.menuText
          The text color for menus.
static SystemColor SystemColor.text
          The background color for text components.
static SystemColor SystemColor.textText
          The text color for text components.
static SystemColor SystemColor.textHighlight
          The background color for highlighted text.
static SystemColor SystemColor.textHighlightText
          The text color for highlighted text.
static SystemColor SystemColor.textInactiveText
          The text color for inactive text.
static SystemColor SystemColor.control
          The background color for control objects.
static SystemColor SystemColor.controlText
          The text color for control objects.
static SystemColor SystemColor.controlHighlight
          The regular highlight color for control objects.
static SystemColor SystemColor.controlLtHighlight
          The light highlight color for control objects.
static SystemColor SystemColor.controlShadow
          The regular shadow color for control objects.
static SystemColor SystemColor.controlDkShadow
          The dark shadow color for control objects.
static SystemColor SystemColor.scrollbar
          The background color for scrollbars.
static SystemColor SystemColor.info
          The background color for info(help) text.
static SystemColor SystemColor.infoText
          The text color for info(help) text.
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.