Is it possible to replace the entire TableModel in an existing JTable or do I have to recreate the JTable?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can set a new model using the JTable.setModel() method

Check the Javadocs for details

link|improve this answer
Damn - I was using the inline javadoc in the eclipse editor and I missed it, but I went back and checked and it's there. – opike May 30 '11 at 16:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.