public final class ComponentBackgroundQuery extends Object
Component
.Component.getBackground()
Modifier and Type | Method and Description |
---|---|
static Color |
backgroundOf(Component component)
Returns the background color of the given
. |
@RunsInEDT public static Color backgroundOf(Component component)
Component
. This action is executed in the event
dispatch thread.component
- the given Component
.Component
.Component.getBackground()
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.