Posts by Carlos Henrique • 1 point
1 post
-
0
votes2
answers833
viewsA: Return search data to database in Jtable
The section below is incorrect. First we have to instantiate the table(Jtable) object in order to use its attributes modelo = (DefaultTableModel) table.getModel(); modelo.addColumn("tipoCurso");…