-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
merlin
-
sparc
-
solaris_2.6
The java.awt.Choice class' public void remove(int position) which states:
"Removes an item from the choice menu at the specified position."
Should add:
"Throws:
ArrayIndexOutOfBoundException : if the specified position is out of bound."
"Removes an item from the choice menu at the specified position."
Should add:
"Throws:
ArrayIndexOutOfBoundException : if the specified position is out of bound."