Cell Coordinate « JTable « Java Swing Q&A





1. getting coordinates of jtable cell    coderanch.com

hi all, i want to find the coordinates of the last jtable cell i selected before it lost focus. for example, i have several comboboxes. when i click on any of them, the selected cell loses focus, thus hindering me from getting the coordinates. is there any way of returning focus or getting the cell coordinates? thanks!!!

2. Jtable and cell coordinates    java-forums.org

Dear all, I'm using a JTable in NetBeans and I'm using some user-defined JDialog(s) as cell editors (as matter of fact, the data within the cells needs to be formatted in a very specific way). Well, I wanna show this JDialog(s) just beside the selected cell from the JTable object, but I don't find any method in JTable that let me ...