Sets a boolean value that determines whether the control is visible.
public void setVisible( boolean value )
value
Set to true to make the control visible; otherwise, set to false.
Calling this method on a control that is designed to be invisible at runtime has no effect.