Is there a way to change/override the listeners ChangeListener adds to JSliders so it does not call the stateChanged() method when the mouse is released over a JSlider. I know there is a createChangeListener() method but i don't have a clue how to use it.
Can anyone help me?
