Hello
I have a JTable with 3 columns and I have 4 checkboxes outside the JTable. User can add new columns with choosing those checkboxes. My Table has its own Table model that extends from DefaultTableModel.I have a special columns in my JTable and I want that this columns appear always at the end of the JTable, even when the user add new columns to the JTable.
HOW CAN I DO THIS???
please help me with that.
Thanks
Sam F