I'm trying to add a column to a DefaultTableModel , but it seems to be giving some problems. Follow the code!
JCheckBox jcheck;
DefaultTableModel modelo = new DefaultTableModel(null, new String[]{"Data", "Hora", "SAP", "BPCS", "Etiqueta"...
asked by
14.11.2017 / 12:29