Component.isShowing

Component.isShowing

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isShowing()
Returns
true if the component is showing; false otherwise.
Description
Determines whether this component is showing on screen. This means that the component must be visible, and it must be in a container that is visible and showing.

See Also
setVisible