fireTableDataChanged JTable focus problem
843806Jun 26 2007 — edited Jun 26 2007Hi,
I'm sure there must be a solution to this. I have a JTable and Custom AbtractTableModel. The model holds "current download data" and is updated every second by way of fireTableDataChanged().
The problem is that any selected rows are then unselected after the update, which is no good as i cant perform tasks on selected rows.
Any Ideas?