Is there a preferred way to prevent SpinnerNumberModel from firing ChangeEvents?
I could have sworn that I could call something like .setIsAdjusting(false)
somewhere and this would disable the event. But it doesn't seem so.
Or do I just need to extend SpinnerNumberModel?