-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b30
-
generic
-
generic
-
Not verified
The JSlider javadoc says:
Sets the models valueIsAdjusting property. Slider look and feel implementations should set this property to true when a knob drag begins, and to false when the drag ends. The slider model will not generate ChangeEvents while valueIsAdjusting is true.
But model ChangeEvents and JSlider ChangeEvents always generate notifications.
Sets the models valueIsAdjusting property. Slider look and feel implementations should set this property to true when a knob drag begins, and to false when the drag ends. The slider model will not generate ChangeEvents while valueIsAdjusting is true.
But model ChangeEvents and JSlider ChangeEvents always generate notifications.