Java Foundation Classes (JFC) offer a rich selection of components for building smart and interactive graphical user interfaces (GUIs). You can display tabular data using the javax.swing.JTable class.
I'm trying to make a multi-list/multi-table GUI where the list/tables with related information share the selection. If I click on a row in table 1, which has matching information in table 2, all the ...