-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b68
-
sparc
-
solaris_2.5
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098704 | emb-9 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
Name: md153984 Date: 10/01/2004
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 (as it told in the description of the second version
of constructor).
So this frase must be:
"This DateEditor becomes both a ChangeListener on the spinner and a
PropertyChangeListener on the new JFormattedTextField."
======================================================================
###@###.### 10/13/04 15:54 GMT
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 (as it told in the description of the second version
of constructor).
So this frase must be:
"This DateEditor becomes both a ChangeListener on the spinner and a
PropertyChangeListener on the new JFormattedTextField."
======================================================================
###@###.### 10/13/04 15:54 GMT
- backported by
-
JDK-8098704 Wrong documentation for JSpinner.DateEditor constructor
- Resolved