Che dice molto poco .... nel senso che si vede solo che aggiungi una colonna. Invece di passare un array vuoto, puoi anche passare null che fai prima.Originariamente inviato da superman1001
posto la soluzione:
Codice PHP:
((DefaultTableModel)Tabella.getModel()).addColumn(value,new Object[]{});
Dalla documentazione: columnData is the optional array of data for the column. If it is null the column is filled with null values. Otherwise, the new data will be added to model starting with the first element going to row 0, etc.