hogueybear
10 years agoOccasional Contributor
How do I get the x y coordinates of a java swing table cell?
Just wondering if there is a way to get the x y coordinates of a cell in a java swing table, using jscript?
- 10 years ago
Do you have access to the developers? They are quite possibly the people to ask?
A quick google got me this:
http://docs.oracle.com/javase/7/docs/api/javax/swing/JTable.html#getCellRect(int,%20int,%20boolean)
... which looks like it might return/contain the type of info you're after? (heights, x/y's, etc) Not sure if they are absolute coordinates or relative to the container grid though.