Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JTable not working !

Status
Not open for further replies.

Kadirpatel

Programmer
Mar 28, 2001
43
GB
Hi,
I've made a table using JTable and i'm populating it using DefaultTableModel bcoz i don't know how many rows r going to be there. But the problem is that if any row is updated its not been updated while getting all the information from the table. I'm populating the table using add button functionality in my application. But to update the table the eddited cell doesn't reflect the changes for last cell edited. So how can i solve the problem of the last edited cell.

Help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top