Skip to content

Tag: swingx

Getting location of cell in JXTreeTable

How to determine the location of a particular cell in JXTreeTable on screen? Answer 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:- this link …