Class JDPSystemColor
java.lang.Object
|
+----JDPSystemColor
- public class JDPSystemColor
- extends Object
Class JDPSystemColor returns the system background color.
-
JDPSystemColor()
-
-
getControlColor()
- Get the System background color.
-
getNumColors()
- Get the number of colors we are presently running in.
-
getSystemColor()
- Get the System background color.
-
getTextHighlight()
- Position the Cusror on a particular Component.
-
getTextHighlightText()
- Get the Text color for highlighted text.
-
loadColors()
-
JDPSystemColor
public JDPSystemColor()
loadColors
public static void loadColors()
getSystemColor
public static Color getSystemColor()
- Get the System background color. (Deprecated)
- Returns:
- the system background color.
getControlColor
public static Color getControlColor()
- Get the System background color.
- Returns:
- the system background color.
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.
getTextHighlightText
public static Color getTextHighlightText()
- Get the Text color for highlighted text.
- Returns:
- the Text color for highlighted text.
getTextHighlight
public static Color getTextHighlight()
- Position the Cusror on a particular Component.
- Parameters:
- object - the object to position the cursor to.