Posted By:
VenkataNagaraju_Kallagunta
Posted On:
Monday, September 3, 2001 04:41 AM
How can i drag and drop a text component like JTextPane. When i am trying to get mouse coordinates using MouseEvent.getX() and MouseEvent.getY() when mouse enters into textcomponent's region the coordinates are something relative to that particular component. If i want coordinates relative to the container how can i get them?