Closedown
This commit is contained in:
@@ -219,11 +219,10 @@ public class TestingList extends Panel {
|
||||
}//GEN-LAST:event_jButton1ActionPerformed
|
||||
|
||||
private void jCheckBox1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jCheckBox1ActionPerformed
|
||||
int rowD=-1, colT=0;
|
||||
|
||||
//search for device name in table
|
||||
for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {
|
||||
|
||||
jTable1.setValueAt((boolean)(this.jCheckBox1.isSelected()==true), rowD, colT);
|
||||
jTable1.setValueAt(this.jCheckBox1.isSelected(), row, 0);
|
||||
}
|
||||
}//GEN-LAST:event_jCheckBox1ActionPerformed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user