I\'ve figured out how to get a JTable to be sorted properly, but I can\'t figure out how to get it to automatically update the sort order when a table cell is c
JTable
probably the easiest way to get it sorted would be to call fireTableDataChanged() instead of fireTableCellUpdated().