0 replies on 1 page.
Hiding Table Columns A very useful link about how to show only some columns from a JTable is here, Excluding column from JTable. I used the first solution (using an array of boolean values for visible columns) some time ago...
Read: Hiding Table Columns