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