Efficiently identify modified values in JTable
Hi
I have a table with about 20 columns and 800 rows,
It was read only , now i have open this table for editing.
The user will update cells,and then click update database which will update those cells in database,
is there a efficient way to do this, or do i have to keep old values, and then read all table to compare it with old values to find out which are modified
Is there a row or cell listener which i can use to keep track of cells or rows which where modified,
This should be smart enough to differentiate between just a click and double click for the user to modify this value.
Any ideas or code would help
Ashish

