Getting location of cell in JXTreeTable
问题 How to determine the location of a particular cell in JXTreeTable on screen? 回答1: not sure, but merging some information gathered on topic. this link shows the way to compute swing component coordinates: Getting coordinates of a component in java this link shows, that JXTreeTable extends JTable : http://download.java.net/javadesktop/swinglabs/releases/0.8/docs/api/org/jdesktop/swingx/JXTreeTable.html this link shows the way to retrieve coordinates of cell in JTable : http://www.java-forums