Posts by Rodrigo Silva • 21 points
1 post
-
1
votes2
answers1217
viewsA: Update Jtable using Defaulttablemodel
First, I recommend declaring the Jtable model in the class, so whenever you need it, just do it table.getModel(model) The error is due to not having declared Jtable in the constructor (public…