Form.setVisible

Overview | Methods | This Package | All Packages

Form.setVisible

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.