Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fireTableDataChanged JTable focus problem

843806Jun 26 2007 — edited Jun 26 2007
Hi,

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2007
Added on Jun 26 2007
5 comments
165 views