public final class ComponentShowingQuery extends Object
Component is showing on the screen. This query is executed in the event
dispatch thread (EDT.)Component.isShowing()@RunsInEDT public static boolean isShowing(@Nonnull Component component)
Component is showing or not. This query is executed in the event
dispatch thread (EDT.)component - the given Component.true if the given Component is showing, false otherwise.Component.isShowing()Copyright © 2014 AssertJ. All rights reserved.