Posts by Gelvazio Camargo • 11 points
2 posts
-
0
votes2
answers2753
viewsA: How to add two tables in the same Arraylist
Solved by myself this way: public void ListaItensCompleto() { DefaultTableModel modelo = new DefaultTableModel(); modelo.addColumn("Codigo"); modelo.addColumn("Nome");…
javaanswered Gelvazio Camargo 11 -
1
votes2
answers2753
viewsQ: How to add two tables in the same Arraylist
How do I add two tables in the same ArrayList? My code: { public ArrayList SQLConsultagetTodos_Completo() { String auxtexto=edtCodigoMovimento.getText(); int…
javaasked Gelvazio Camargo 11