Overview | Methods | This Package | All Packages
Specifies whether this form is visible.
Syntax
public void setVisible( boolean value )
Parameters
value
Set to true to make the form visible; otherwise, set to false.
Remarks
By default, Form objects are visible.