how to Update JTable
Posted
by bob3333
on Stack Overflow
See other posts from Stack Overflow
or by bob3333
Published on 2010-04-28T20:24:43Z
Indexed on
2010/04/28
20:27 UTC
Read the original article
Hit count: 376
Good evening
I have a JTable that I built with a TableModel how to update the elements of the table, because when I do table = new JTable (new TableProg (elementTab)) I create another table above the original table and it is very ugly
So for example how to update element of table in a loop at each iteration as "elementTab" changes?
thank you very much
© Stack Overflow or respective owner