|
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!
|