Ejemplo n.º 1
0
 public void adjustmentValueChanged(AdjustmentEvent e) {
   if (e.getValueIsAdjusting()) {
     devArray[id].lastSetVal = e.getValue();
   }
 }