my slider ??



public void stateChanged(ChangeEvent evt){

JSpinner alarm = (JSpinner) (evt.getSource());
alarm.addChangeListener(this);
alarm.setValue(alarm.getNextValue());
alarm.setFocusable(true);
}

any tips appreciated.
--
Sometimes I'm in a good mood.
Sometimes I'm in a bad mood.
When all my moods have cum to pass
i hope they bury me upside down
so the world can kiss me porcelain,
white, Irish bottom.
.



Relevant Pages