aspose file tools
The moose likes Swing / AWT / SWT and the fly likes getLocationOnScreen of CellRect Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "getLocationOnScreen of CellRect" Watch "getLocationOnScreen of CellRect" New topic
Author

getLocationOnScreen of CellRect

Isaac Hewitt
Ranch Hand

Joined: Jul 24, 2006
Posts: 179

I am using drag and drop. The user initiates a drag on a table cell. The size of the table cell is determined along with the text in that cell. A label is created which can be dragged across the glasspane.
The part that is not working correctly is the location on screen. The label when it appears on the glasspane appears very far to the left offscreen and obove the slected table cell. The purpose of this is for visual effect whilst dragging a film title to a text box. Here > frame.getGlasspane().setPoint(this.getLocationOnScreen(selected_Row));



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: getLocationOnScreen of CellRect
 
Similar Threads
Extracting Pixel Data From Fonts
Zoom Action
how to convert a bufferedImage into a string
Making a buffered image of a JTable row
Drag and Drop problem