|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Colored interface provides methods used to deal with colored components.
Field Summary | |
static short |
bgColor
The background color for this component. |
static short |
fgColor
The foreground color for this component. |
Method Summary | |
void |
setBgColor(short color)
Sets the background color of the component. |
void |
setFgColor(short color)
Sets the foreground color of the component. |
Field Detail |
public static final short bgColor
public static final short fgColor
Method Detail |
public void setBgColor(short color)
color
- The background color of the component.public void setFgColor(short color)
color
- The foreground color of the component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |