prova così codice: table = new JTable(dati_new, intestazioni_colonne); scrollpane.setViewportView(table);
table = new JTable(dati_new, intestazioni_colonne); scrollpane.setViewportView(table);
Regole del Forum