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!

auto refresh JTable sorting when row being updated

843806Dec 3 2007 — edited Dec 3 2007
I make my JTable able to perform sorting by merely using :

jTable1.setAutoCreateRowSorter(true);

Whenever there is an updated to a value in a row, how can I instruct my JTable to perform sorting again? So that JTable will be sorted, according to the latest updated row value.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2007
Added on Dec 3 2007
1 comment
273 views