Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b68
-
CPU:sparc
-
OS:solaris_2.5
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098704 | emb-9 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
Description
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
Attachments
Issue Links
- backported by
-
JDK-8098704 Wrong documentation for JSpinner.DateEditor constructor
-
- Resolved
-