<Swing Dev> [9] Review Request: 5109918 Wrong documentation for JSpinner.DateEditor constructor
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Fri May 8 23:50:53 UTC 2015
Hello.
Please review one more small fix for a typo in jdk9.
"Description for constructor "public JSpinner.DateEditor(JSpinner
spinner)" containes:
"This DateEditor becomes both a ChangeListener on the spinners model
and a PropertyChangeListener on the new JFormattedTextField."
In fact DateEditor becomes a ChangeListener on the spinner but not on
the spinners model"
All other constructors except this one were fixed already in
https://bugs.openjdk.java.net/browse/JDK-4408581
Bug: https://bugs.openjdk.java.net/browse/JDK-5109918
Webrev can be found at: http://cr.openjdk.java.net/~serb/5109918/webrev.00
--
Best regards, Sergey.
More information about the swing-dev
mailing list