Class JDPSystemColor

java.lang.Object
   |
   +----JDPSystemColor

public class JDPSystemColor
extends Object
Class JDPSystemColor returns the system background color.


Constructor Index

 o JDPSystemColor()

Method Index

 o getControlColor()
Get the System background color.
 o getNumColors()
Get the number of colors we are presently running in.
 o getSystemColor()
Get the System background color.
 o getTextHighlight()
Position the Cusror on a particular Component.
 o getTextHighlightText()
Get the Text color for highlighted text.
 o loadColors()

Constructors

 o JDPSystemColor
 public JDPSystemColor()

Methods

 o loadColors
 public static void loadColors()
 o getSystemColor
 public static Color getSystemColor()
Get the System background color. (Deprecated)

Returns:
the system background color.
 o getControlColor
 public static Color getControlColor()
Get the System background color.

Returns:
the system background color.
 o getNumColors
 public static int getNumColors()
Get the number of colors we are presently running in.

Returns:
the number of colors we are presently running in.
 o getTextHighlightText
 public static Color getTextHighlightText()
Get the Text color for highlighted text.

Returns:
the Text color for highlighted text.
 o getTextHighlight
 public static Color getTextHighlight()
Position the Cusror on a particular Component.

Parameters:
object - the object to position the cursor to.