View Single Post
  #3 (permalink)  
Old 12-27-2007, 10:25 PM
Cazrin Cazrin is offline
Member
 
Join Date: Dec 2007
Posts: 16
Cazrin is on a distinguished road
Although I'm not 100% confident using JTables, I have got *some* working how I want. I take it you're using a custom table model? If you've managed to add the new account to the list your table model is using, you can just use:

tabelModel.fireTableDataChanged();

I know it's quite a late reply, but maybe it can still help! Although I don't think it's the most resource friendly function, it's working for me!
Reply With Quote