Share via


Component.setVisible

Class Overview | Class Members | This Package | All Packages

Syntax

public void setVisible( boolean b )

Parameters
  • b
    If true, shows this component; otherwise, hides this component.
Description

Shows or hides this component depending on the value of parameter b.

See Also

isVisible