Posts by David Bitencourt • 1 point
1 post
-
0
votes0
answers35
viewsQ: Java jtable, parameter error?
I’m having a hard time getting through parameters for my jTable, these parameters being a Object[][] and a String[]. tabela = new JTable(dados, colunas); It does not work the data is a matrix like…