Closedown

This commit is contained in:
boccioli_m
2015-06-08 15:50:26 +02:00
parent 0e179546ec
commit a34c1a3b97

View File

@@ -223,7 +223,7 @@ public class TestingList extends Panel {
//search for device name in table
for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {
jTable1.setValueAt(this.jCheckBox1.isSelected(), rowD, colT);
jTable1.setValueAt((boolean)(this.jCheckBox1.isSelected()==true), rowD, colT);
}
}//GEN-LAST:event_jCheckBox1ActionPerformed