Microsoft SDK for Java

Form.setVisible

Specifies whether this form is visible.

Syntax

public void setVisible( boolean value )

Parameters

value

Set top true to make the form visible; otherwise, set to false.

Remarks

By default, Form objects are visible.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.