-
Bug
-
Resolution: Fixed
-
P5
-
6
-
b10
-
generic
-
generic
-
Verified
Name: ad153231 Date: 09/15/2004
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Choice.html#remove(java.lang.String)
has a wrong description:
"
public void remove(int position)
Removes an item from the choice menu at the specified position. If
the item being removed is the currently selected item, then the first
item in the choice becomes the selected item.
Otherwise, the currently selected item remains selected (and the selected index is
Parameters:
position - the position of the item
"
Possible lost words from remove(String item) are:
"Otherwise, the currently selected item remains selected (and the selected index is updated accordingly)."
======================================================================
###@###.### 10/25/04 09:15 GMT
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Choice.html#remove(java.lang.String)
has a wrong description:
"
public void remove(int position)
Removes an item from the choice menu at the specified position. If
the item being removed is the currently selected item, then the first
item in the choice becomes the selected item.
Otherwise, the currently selected item remains selected (and the selected index is
Parameters:
position - the position of the item
"
Possible lost words from remove(String item) are:
"Otherwise, the currently selected item remains selected (and the selected index is updated accordingly)."
======================================================================
###@###.### 10/25/04 09:15 GMT
- relates to
-
JDK-4147289 spec for java.awt.Choice.insert() is incomplete
- Resolved