Overview | Methods | This Package | All Packages
Sets a boolean value that determines whether the control is visible.
Syntax
public void setVisible( boolean value )
Parameters
value
Set to true to make the control visible; otherwise, set to false.
Remarks
Calling this method on a control that is designed to be invisible at runtime has no effect.