this(null);
this.component = component;
Point p = (Point) point.clone(); SwingUtilities.convertPointFromScreen(p, component); return p;
Rectangle bounds = component.getBounds(); return bounds.contains(point);