public final class ComponentVisibleQuery extends Object
Component
is visible or not.Component.isVisible()
@RunsInEDT public static boolean isVisible(Component component)
Component
is visible or not. This action is executed in the event
dispatch thread.component
- the given Component
.true
if the given Component
is visible, false
otherwise.Component.isVisible()
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.