| 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));
|
 |
 |
|
|
subject: getLocationOnScreen of CellRect
|
|
|