DefaultTableModel or AbstractTableModel?
843804Apr 7 2005 — edited Apr 7 2005Hello all!
I also have a problem with JTables.
I want to dynamically add rows to my table. So my tableModel implements DefaultTableModel. But at the same time, I want to have checkboxes on some rows and this happens only if my tableModel implements the AbstractTableModel (right?). If I choose the abstractTableModel, then either my rows are prinded as strings (false/true) or the are not at all visible.
Can anybody help me? How can I have both features?
Thanks in advance,
Stavy