Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.SystemColor

Uses of SystemColor in java.awt
 

Fields in java.awt declared as SystemColor
static SystemColor SystemColor.desktop
          The desktop color.
static SystemColor SystemColor.activeCaption
          The active caption background color.
static SystemColor SystemColor.activeCaptionText
          The active caption text color.
static SystemColor SystemColor.activeCaptionBorder
          The active caption border color.
static SystemColor SystemColor.inactiveCaption
          The inactive caption background color.
static SystemColor SystemColor.inactiveCaptionText
          The inactive caption text color.
static SystemColor SystemColor.inactiveCaptionBorder
          The inactive caption border color.
static SystemColor SystemColor.window
          The window background color.
static SystemColor SystemColor.windowBorder
          The window border color.
static SystemColor SystemColor.windowText
          The window text color.
static SystemColor SystemColor.menu
          The menu background color.
static SystemColor SystemColor.menuText
          The menu text color.
static SystemColor SystemColor.text
          The text background color.
static SystemColor SystemColor.textText
          The text foreground color.
static SystemColor SystemColor.textHighlight
          The highlighted text background color.
static SystemColor SystemColor.textHighlightText
          The highlighted text foreground color.
static SystemColor SystemColor.textInactiveText
          The inactive text color.
static SystemColor SystemColor.control
          The control background color.
static SystemColor SystemColor.controlText
          The control text color.
static SystemColor SystemColor.controlHighlight
          The control highlight color.
static SystemColor SystemColor.controlLtHighlight
          The control light highlight color.
static SystemColor SystemColor.controlShadow
          The control shadow color.
static SystemColor SystemColor.controlDkShadow
          The control dark shadow color.
static SystemColor SystemColor.scrollbar
          The scrollbar color.
static SystemColor SystemColor.info
          The info text background color.
static SystemColor SystemColor.infoText
          The info text foreground color.