<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.SystemColor
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Scrollbar.html#_top_">Previous</a>  <a href="java.awt.TextArea.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.SystemColor
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.awt.Color.html#_top_">java.awt.Color</a>
           |
           +----java.awt.SystemColor
</pre>
<hr>
<dl>
  <dt> public final class <b>SystemColor</b>
  <dt> extends <a href="java.awt.Color.html#_top_">Color</a>
  <dt> implements <a href="java.io.Serializable.html#_top_">Serializable</a>
</dl>
A class to encapsulate symbolic colors representing the color
 of GUI objects on a system.  For systems which support the dynamic
 update of the system colors (when the user changes the colors)
 the actual RGB values of these symbolic colors will also change
 dynamically.  In order to compare the "current" RGB value of a SystemColor
 object with a non-symbolic Color object, getRGB() should be used
 rather than equals().
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTIVE_CAPTION"><b>ACTIVE_CAPTION</b></a>
  <dd>  The array index for the active caption background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTIVE_CAPTION_BORDER"><b>ACTIVE_CAPTION_BORDER</b></a>
  <dd>  The array index for the active caption border color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTIVE_CAPTION_TEXT"><b>ACTIVE_CAPTION_TEXT</b></a>
  <dd>  The array index for the action caption text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#activeCaption"><b>activeCaption</b></a>
  <dd>  The background color for captions in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#activeCaptionBorder"><b>activeCaptionBorder</b></a>
  <dd>  The border color for captions in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#activeCaptionText"><b>activeCaptionText</b></a>
  <dd>  The text color for captions in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL"><b>CONTROL</b></a>
  <dd>  The array index for the control background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#control"><b>control</b></a>
  <dd>  The background color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL_DK_SHADOW"><b>CONTROL_DK_SHADOW</b></a>
  <dd>  The array index for the control dark shadow color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL_HIGHLIGHT"><b>CONTROL_HIGHLIGHT</b></a>
  <dd>  The array index for the control highlight color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL_LT_HIGHLIGHT"><b>CONTROL_LT_HIGHLIGHT</b></a>
  <dd>  The array index for the control light highlight color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL_SHADOW"><b>CONTROL_SHADOW</b></a>
  <dd>  The array index for the control shadow color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTROL_TEXT"><b>CONTROL_TEXT</b></a>
  <dd>  The array index for the control text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlDkShadow"><b>controlDkShadow</b></a>
  <dd>  The dark shadow color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlHighlight"><b>controlHighlight</b></a>
  <dd>  The regular highlight color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlLtHighlight"><b>controlLtHighlight</b></a>
  <dd>  The light highlight color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlShadow"><b>controlShadow</b></a>
  <dd>  The regular shadow color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlText"><b>controlText</b></a>
  <dd>  The text color for control objects.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#desktop"><b>desktop</b></a>
  <dd>  The color of the desktop background.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DESKTOP"><b>DESKTOP</b></a>
  <dd>  The array index for the desktop background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INACTIVE_CAPTION"><b>INACTIVE_CAPTION</b></a>
  <dd>  The array index for the inactive caption background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INACTIVE_CAPTION_BORDER"><b>INACTIVE_CAPTION_BORDER</b></a>
  <dd>  The array index for the inactive caption border color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INACTIVE_CAPTION_TEXT"><b>INACTIVE_CAPTION_TEXT</b></a>
  <dd>  The array index for the inactive caption text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#inactiveCaption"><b>inactiveCaption</b></a>
  <dd>  The background color for inactive captions in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#inactiveCaptionBorder"><b>inactiveCaptionBorder</b></a>
  <dd>  The border color for inactive captios in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#inactiveCaptionText"><b>inactiveCaptionText</b></a>
  <dd>  The text color for inactive captions in window borders.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INFO"><b>INFO</b></a>
  <dd>  The array index for the info background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#info"><b>info</b></a>
  <dd>  The background color for info(help) text.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INFO_TEXT"><b>INFO_TEXT</b></a>
  <dd>  The array index for the info text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#infoText"><b>infoText</b></a>
  <dd>  The text color for info(help) text.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#menu"><b>menu</b></a>
  <dd>  The background color for menus.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MENU"><b>MENU</b></a>
  <dd>  The array index for the menu background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MENU_TEXT"><b>MENU_TEXT</b></a>
  <dd>  The array index for the menu text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#menuText"><b>menuText</b></a>
  <dd>  The text color for menus.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NUM_COLORS"><b>NUM_COLORS</b></a>
  <dd>  The number of system colors in the array.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#scrollbar"><b>scrollbar</b></a>
  <dd>  The background color for scrollbars.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLLBAR"><b>SCROLLBAR</b></a>
  <dd>  The array index for the scrollbar background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT"><b>TEXT</b></a>
  <dd>  The array index for the text background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#text"><b>text</b></a>
  <dd>  The background color for text components.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_HIGHLIGHT"><b>TEXT_HIGHLIGHT</b></a>
  <dd>  The array index for the text highlight color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_HIGHLIGHT_TEXT"><b>TEXT_HIGHLIGHT_TEXT</b></a>
  <dd>  The array index for the text highlight text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_INACTIVE_TEXT"><b>TEXT_INACTIVE_TEXT</b></a>
  <dd>  The array index for the text inactive text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_TEXT"><b>TEXT_TEXT</b></a>
  <dd>  The array index for the text text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#textHighlight"><b>textHighlight</b></a>
  <dd>  The background color for highlighted text.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#textHighlightText"><b>textHighlightText</b></a>
  <dd>  The text color for highlighted text.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#textInactiveText"><b>textInactiveText</b></a>
  <dd>  The text color for inactive text.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#textText"><b>textText</b></a>
  <dd>  The text color for text components.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW"><b>WINDOW</b></a>
  <dd>  The array index for the window background color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#window"><b>window</b></a>
  <dd>  The background color for windows.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_BORDER"><b>WINDOW_BORDER</b></a>
  <dd>  The array index for the window border color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_TEXT"><b>WINDOW_TEXT</b></a>
  <dd>  The array index for the window text color.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#windowBorder"><b>windowBorder</b></a>
  <dd>  The border color for windows.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#windowText"><b>windowText</b></a>
  <dd>  The text color for windows.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getRGB()"><b>getRGB</b></a>()
  <dd>  Gets the "current" RGB value representing the symbolic color.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#toString()"><b>toString</b></a>()
  <dd>  Returns the String representation of this Color's values.
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="DESKTOP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DESKTOP</b>
<pre>
 public static final int DESKTOP
</pre>
<dl>
  <dd> The array index for the desktop background color.<p>
</dl>
<a name="ACTIVE_CAPTION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTIVE_CAPTION</b>
<pre>
 public static final int ACTIVE_CAPTION
</pre>
<dl>
  <dd> The array index for the active caption background color.<p>
</dl>
<a name="ACTIVE_CAPTION_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTIVE_CAPTION_TEXT</b>
<pre>
 public static final int ACTIVE_CAPTION_TEXT
</pre>
<dl>
  <dd> The array index for the action caption text color.<p>
</dl>
<a name="ACTIVE_CAPTION_BORDER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTIVE_CAPTION_BORDER</b>
<pre>
 public static final int ACTIVE_CAPTION_BORDER
</pre>
<dl>
  <dd> The array index for the active caption border color.<p>
</dl>
<a name="INACTIVE_CAPTION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INACTIVE_CAPTION</b>
<pre>
 public static final int INACTIVE_CAPTION
</pre>
<dl>
  <dd> The array index for the inactive caption background color.<p>
</dl>
<a name="INACTIVE_CAPTION_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INACTIVE_CAPTION_TEXT</b>
<pre>
 public static final int INACTIVE_CAPTION_TEXT
</pre>
<dl>
  <dd> The array index for the inactive caption text color.<p>
</dl>
<a name="INACTIVE_CAPTION_BORDER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INACTIVE_CAPTION_BORDER</b>
<pre>
 public static final int INACTIVE_CAPTION_BORDER
</pre>
<dl>
  <dd> The array index for the inactive caption border color.<p>
</dl>
<a name="WINDOW"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW</b>
<pre>
 public static final int WINDOW
</pre>
<dl>
  <dd> The array index for the window background color.<p>
</dl>
<a name="WINDOW_BORDER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_BORDER</b>
<pre>
 public static final int WINDOW_BORDER
</pre>
<dl>
  <dd> The array index for the window border color.<p>
</dl>
<a name="WINDOW_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_TEXT</b>
<pre>
 public static final int WINDOW_TEXT
</pre>
<dl>
  <dd> The array index for the window text color.<p>
</dl>
<a name="MENU"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MENU</b>
<pre>
 public static final int MENU
</pre>
<dl>
  <dd> The array index for the menu background color.<p>
</dl>
<a name="MENU_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MENU_TEXT</b>
<pre>
 public static final int MENU_TEXT
</pre>
<dl>
  <dd> The array index for the menu text color.<p>
</dl>
<a name="TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT</b>
<pre>
 public static final int TEXT
</pre>
<dl>
  <dd> The array index for the text background color.<p>
</dl>
<a name="TEXT_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_TEXT</b>
<pre>
 public static final int TEXT_TEXT
</pre>
<dl>
  <dd> The array index for the text text color.<p>
</dl>
<a name="TEXT_HIGHLIGHT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_HIGHLIGHT</b>
<pre>
 public static final int TEXT_HIGHLIGHT
</pre>
<dl>
  <dd> The array index for the text highlight color.<p>
</dl>
<a name="TEXT_HIGHLIGHT_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_HIGHLIGHT_TEXT</b>
<pre>
 public static final int TEXT_HIGHLIGHT_TEXT
</pre>
<dl>
  <dd> The array index for the text highlight text color.<p>
</dl>
<a name="TEXT_INACTIVE_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_INACTIVE_TEXT</b>
<pre>
 public static final int TEXT_INACTIVE_TEXT
</pre>
<dl>
  <dd> The array index for the text inactive text color.<p>
</dl>
<a name="CONTROL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL</b>
<pre>
 public static final int CONTROL
</pre>
<dl>
  <dd> The array index for the control background color.<p>
</dl>
<a name="CONTROL_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL_TEXT</b>
<pre>
 public static final int CONTROL_TEXT
</pre>
<dl>
  <dd> The array index for the control text color.<p>
</dl>
<a name="CONTROL_HIGHLIGHT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL_HIGHLIGHT</b>
<pre>
 public static final int CONTROL_HIGHLIGHT
</pre>
<dl>
  <dd> The array index for the control highlight color.<p>
</dl>
<a name="CONTROL_LT_HIGHLIGHT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL_LT_HIGHLIGHT</b>
<pre>
 public static final int CONTROL_LT_HIGHLIGHT
</pre>
<dl>
  <dd> The array index for the control light highlight color.<p>
</dl>
<a name="CONTROL_SHADOW"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL_SHADOW</b>
<pre>
 public static final int CONTROL_SHADOW
</pre>
<dl>
  <dd> The array index for the control shadow color.<p>
</dl>
<a name="CONTROL_DK_SHADOW"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTROL_DK_SHADOW</b>
<pre>
 public static final int CONTROL_DK_SHADOW
</pre>
<dl>
  <dd> The array index for the control dark shadow color.<p>
</dl>
<a name="SCROLLBAR"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLLBAR</b>
<pre>
 public static final int SCROLLBAR
</pre>
<dl>
  <dd> The array index for the scrollbar background color.<p>
</dl>
<a name="INFO"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INFO</b>
<pre>
 public static final int INFO
</pre>
<dl>
  <dd> The array index for the info background color.<p>
</dl>
<a name="INFO_TEXT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INFO_TEXT</b>
<pre>
 public static final int INFO_TEXT
</pre>
<dl>
  <dd> The array index for the info text color.<p>
</dl>
<a name="NUM_COLORS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>NUM_COLORS</b>
<pre>
 public static final int NUM_COLORS
</pre>
<dl>
  <dd> The number of system colors in the array.<p>
</dl>
<a name="desktop"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>desktop</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> desktop
</pre>
<dl>
  <dd> The color of the desktop background.<p>
</dl>
<a name="activeCaption"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>activeCaption</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> activeCaption
</pre>
<dl>
  <dd> The background color for captions in window borders.<p>
</dl>
<a name="activeCaptionText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>activeCaptionText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> activeCaptionText
</pre>
<dl>
  <dd> The text color for captions in window borders.<p>
</dl>
<a name="activeCaptionBorder"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>activeCaptionBorder</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> activeCaptionBorder
</pre>
<dl>
  <dd> The border color for captions in window borders.<p>
</dl>
<a name="inactiveCaption"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>inactiveCaption</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> inactiveCaption
</pre>
<dl>
  <dd> The background color for inactive captions in window borders.<p>
</dl>
<a name="inactiveCaptionText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>inactiveCaptionText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> inactiveCaptionText
</pre>
<dl>
  <dd> The text color for inactive captions in window borders.<p>
</dl>
<a name="inactiveCaptionBorder"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>inactiveCaptionBorder</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> inactiveCaptionBorder
</pre>
<dl>
  <dd> The border color for inactive captios in window borders.<p>
</dl>
<a name="window"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>window</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> window
</pre>
<dl>
  <dd> The background color for windows.<p>
</dl>
<a name="windowBorder"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>windowBorder</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> windowBorder
</pre>
<dl>
  <dd> The border color for windows.<p>
</dl>
<a name="windowText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>windowText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> windowText
</pre>
<dl>
  <dd> The text color for windows.<p>
</dl>
<a name="menu"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>menu</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> menu
</pre>
<dl>
  <dd> The background color for menus.<p>
</dl>
<a name="menuText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>menuText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> menuText
</pre>
<dl>
  <dd> The text color for menus.<p>
</dl>
<a name="text"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>text</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> text
</pre>
<dl>
  <dd> The background color for text components.<p>
</dl>
<a name="textText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>textText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> textText
</pre>
<dl>
  <dd> The text color for text components.<p>
</dl>
<a name="textHighlight"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>textHighlight</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> textHighlight
</pre>
<dl>
  <dd> The background color for highlighted text.<p>
</dl>
<a name="textHighlightText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>textHighlightText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> textHighlightText
</pre>
<dl>
  <dd> The text color for highlighted text.<p>
</dl>
<a name="textInactiveText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>textInactiveText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> textInactiveText
</pre>
<dl>
  <dd> The text color for inactive text.<p>
</dl>
<a name="control"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>control</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> control
</pre>
<dl>
  <dd> The background color for control objects.<p>
</dl>
<a name="controlText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>controlText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> controlText
</pre>
<dl>
  <dd> The text color for control objects.<p>
</dl>
<a name="controlHighlight"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>controlHighlight</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> controlHighlight
</pre>
<dl>
  <dd> The regular highlight color for control objects.<p>
</dl>
<a name="controlLtHighlight"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>controlLtHighlight</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> controlLtHighlight
</pre>
<dl>
  <dd> The light highlight color for control objects.<p>
</dl>
<a name="controlShadow"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>controlShadow</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> controlShadow
</pre>
<dl>
  <dd> The regular shadow color for control objects.<p>
</dl>
<a name="controlDkShadow"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>controlDkShadow</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> controlDkShadow
</pre>
<dl>
  <dd> The dark shadow color for control objects.<p>
</dl>
<a name="scrollbar"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>scrollbar</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> scrollbar
</pre>
<dl>
  <dd> The background color for scrollbars.<p>
</dl>
<a name="info"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>info</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> info
</pre>
<dl>
  <dd> The background color for info(help) text.<p>
</dl>
<a name="infoText"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>infoText</b>
<pre>
 public static final <a href="#_top_">SystemColor</a> infoText
</pre>
<dl>
  <dd> The text color for info(help) text.<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getRGB()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getRGB"><b>getRGB</b></a>
<pre>
 public int getRGB()
</pre>
<dl>
  <dd> Gets the "current" RGB value representing the symbolic color.
 (Bits 24-31 are 0xff, 16-23 are red, 8-15 are green, 0-7 are blue).
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Color.html#getRGB()">getRGB</a> in class <a href="java.awt.Color.html#_top_">Color</a>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.image.ColorModel.html#getRGBdefault">getRGBdefault</a>, <a href="java.awt.Color.html#getBlue(int)">getBlue</a>, <a href="java.awt.Color.html#getGreen(int)">getGreen</a>, <a href="java.awt.Color.html#getRed(int)">getRed</a>
  </dl></dd>
</dl>
<a name="toString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="toString"><b>toString</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> toString()
</pre>
<dl>
  <dd> Returns the String representation of this Color's values.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Color.html#toString()">toString</a> in class <a href="java.awt.Color.html#_top_">Color</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Scrollbar.html#_top_">Previous</a>  <a href="java.awt.TextArea.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
