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