static Point mouseToComponent() { Point d = mouseLocation(); SwingUtilities.convertPointFromScreen(d, c); ret d; }