-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.0
-
Component/s: docs
-
1.0beta2
-
sparc
-
solaris_2.4
-
Not verified
java.awt.TextComponent beta API documentation refers to itself as TextField
in several places. For example:
- getSelectedText()
Returns the selected text contained in this TextField.
- getText()
Returns the text contained in this TextField.
and more. Some of the other methods do correctly refer to TextComponent, e.g.,
- removeNotify()
Removes the TextComponent's peer.
in several places. For example:
- getSelectedText()
Returns the selected text contained in this TextField.
- getText()
Returns the text contained in this TextField.
and more. Some of the other methods do correctly refer to TextComponent, e.g.,
- removeNotify()
Removes the TextComponent's peer.