pbl, on 29 December 2012 - 09:50 AM, said:
I think just one line missing
/>
You have to inform the JTable that it has to redraw itself
You have to inform the JTable that it has to redraw itself
model.columnNames = fieldNames;
model.rowData = data;
table.tableChanged(new TableModelEvent(model));
Sir, it's now working. Thanks for the help.
pbl, on 29 December 2012 - 09:50 AM, said:
I think just one line missing
/>
You have to inform the JTable that it has to redraw itself
You have to inform the JTable that it has to redraw itself
model.columnNames = fieldNames;
model.rowData = data;
table.tableChanged(new TableModelEvent(model));
Sir, it's now working. Thanks for the help.

New Topic/Question
Reply




MultiQuote


|