public final class ComponentLocationOnScreenQuery extends Object
Component on screen.Component.getLocationOnScreen()| Modifier and Type | Method and Description |
|---|---|
static Point |
locationOnScreen(Component component)
Returns the location of the given
on screen. |
@RunsInEDT public static Point locationOnScreen(Component component)
Component on screen. This action is executed in the event
dispatch thread.component - the given Component.Component on screen.Component.getLocationOnScreen()Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.