I build a JTable in which every cell is a JTable itself. I need to make the cells of the nested (inner) tables clickable so that some additional information will be displayed in a pop-up window on a mouse click.
What is the best way to do this? Should I define every cell as a button?
Thank you in advance.