mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 05:15:22 +00:00
6688110: JSlider has incorrect javadoc for the setValueIsAdjusting method
The sentence about ChangeEvents generation was removed Reviewed-by: peterz
This commit is contained in:
parent
86031542b2
commit
9a2ae13639
@ -638,9 +638,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible {
|
||||
/**
|
||||
* Sets the model's {@code valueIsAdjusting} property. Slider look and
|
||||
* feel implementations should set this property to {@code true} when
|
||||
* a knob drag begins, and to {@code false} when the drag ends. The
|
||||
* slider model will not generate {@code ChangeEvent}s while
|
||||
* {@code valueIsAdjusting} is {@code true}.
|
||||
* a knob drag begins, and to {@code false} when the drag ends.
|
||||
*
|
||||
* @param b the new value for the {@code valueIsAdjusting} property
|
||||
* @see #getValueIsAdjusting
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user