| Author |
getRowForLocation(int x, int y)
|
Meyer Florian
Ranch Hand
Joined: Oct 20, 2003
Posts: 62
|
|
hey there In JTree, I have a method called getRowForLocation(int x, int y). Is there any way to get the row (by mouse location) of a JTable? thanks Florian Meyer
|
 |
Meyer Florian
Ranch Hand
Joined: Oct 20, 2003
Posts: 62
|
|
lol, it's rowAtPoint(Point p); thanks anyway!
|
 |
 |
|
|
subject: getRowForLocation(int x, int y)
|
|
|