Hello, I would like to know if there is a way to select 2 JTables simultaneously, I will explain:
I need some columns of my JTable, do not change when the horizontal JScrollBar is changed, according to my research, there is no way I can do this directly, so I have to do a trick and leave 2 simultaneous JTables working in the same Model .
However, at the time of selecting, I see that I will need to select the 2 JTables (since the vertical scrollbar will be simultaneous) to show the user which record is moving.
If anyone knows how to do this, select the second table, but leaving focus on the first one, I thank
Or if someone knows how to leave certain column independent of a scrollbar, I also thank you, as it would make it much easier!