public void run() {
// NB: notification only, no sb.setValue()
// last TRACK event will have done it already
inUpCall = true;
sb.setValueIsAdjusting(false);
postEvent(new AdjustmentEvent(sb,
AdjustmentEvent.ADJUSTMENT_VALUE_CHANGED,
AdjustmentEvent.TRACK, value, false));
inUpCall = false;
}
});