2010-02-03 11 views

Odpowiedz

6

Można spróbować to:

// Convert a coordinate relative to a component's bounds to screen coordinates 
Point pt = new Point(component.getLocation()); 
SwingUtilities.convertPointToScreen(pt, component); 
Powiązane problemy