it's so bad that the suspicious mind might think of intentional sabotage ;-)
Some hints:
- since 1.6, table sorting is supported on JTable, exactly nothing to do on the model
- for proper rendering and sorting of the numbers, implement getColumnClass
- do not any conversion in setValueAt
- ...
with that fixed, throw out the SampleTableSorter, simply turn on table's default sorting support
Some hints:
- since 1.6, table sorting is supported on JTable, exactly nothing to do on the model
- for proper rendering and sorting of the numbers, implement getColumnClass
- do not any conversion in setValueAt
- ...
with that fixed, throw out the SampleTableSorter, simply turn on table's default sorting support