public interface GuiComponent
| Modifier and Type | Method and Description |
|---|---|
void |
setBackground(java.awt.Color bgColor)
Sets the background of the component
|
void |
setFont(java.awt.Font font)
Sets the font of the component
|
void |
setForeground(java.awt.Color fgColor)
Sets the foreground of the component
|
void |
setVisible(boolean status)
Sets the visibility status of the component
|
void setBackground(java.awt.Color bgColor)
bgColor - the background Colorvoid setForeground(java.awt.Color fgColor)
fgColor - the foreground Colorvoid setVisible(boolean status)
status - is true to set the component visible and false elsevoid setFont(java.awt.Font font)
font - the fontCopyright © 2007-2013 Artenum. All Rights Reserved.