|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuiComponent
Method Summary | |
---|---|
void |
setBackground(Color bgColor)
Sets the background of the component |
void |
setFont(Font font)
Sets the font of the component |
void |
setForeground(Color fgColor)
Sets the foreground of the component |
void |
setVisible(boolean status)
Sets the visibility status of the component |
Method Detail |
---|
void setBackground(Color bgColor)
bgColor
- the background Colorvoid setForeground(Color fgColor)
fgColor
- the foreground Colorvoid setVisible(boolean status)
status
- is true to set the component visible and false elsevoid setFont(Font font)
font
- the font
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |