C
C-man
Well I have a JTable set up with my own table model. Now how to I add, and
delete a row, or delete all rows and all that? Do I just make an addRow
function in my TableModel. If so, how do I make the function so that some
can call addRow(item1,item2,item3,item4...) and put an ambiguous amount of
items and have it add them to the columns that are in the table? Does that
make sense? Any help would be great.
Thanks
(e-mail address removed)
delete a row, or delete all rows and all that? Do I just make an addRow
function in my TableModel. If so, how do I make the function so that some
can call addRow(item1,item2,item3,item4...) and put an ambiguous amount of
items and have it add them to the columns that are in the table? Does that
make sense? Any help would be great.
Thanks
(e-mail address removed)