Component.setVisible
Class Overview | Class Members |
This Package |
All Packages
public void setVisible( boolean b )
Parameters
- b
- If true, shows this component;
otherwise, hides this component.
Description
Shows or hides this component depending on the value of parameter
b.
See Also
isVisible