Component.isVisible

Component.isVisible

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isVisible()
Returns
true if the component is visible; false otherwise.
Description
Determines whether this component is visible. Components are initially visible, with the exception of top level components such as Frame objects.

See Also
setVisible