| getLocationInRoot |
(Object comp) |
yoix.awt |
| |
Returns a
Point
that represents the location of
comp,
which should be an AWT or Swing component, relative to its
root
in a coordinate system that has its origin in the upper left corner of
root
positive x to the right, positive y down, and a resolution of 72 dots per inch.
getLocationInRoot
returns
NULL
when
comp
has a
NULL
root
or when
comp
is a top-level application window, like a
Frame
or
Dialog.
|
Yoix is a registered trademark of AT&T Inc.
|