CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Tania Bento <tbento> 06/06/26 18:47:17
Modified files:
. : ChangeLog
java/awt : List.java
Log message:
2006-06-26 Tania Bento <[EMAIL PROTECTED]>
* java/awt/List.java
(List): A list should have at least 4 visible rows.
(replaceItem): Should throw an ArrayIndexOutOfBoundsException,
not an IllegalArgumentException.
(makeVisible): Should not throw an IllegalArgumentException if
the specified index is out of range.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7940&r2=1.7941
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/List.java?cvsroot=classpath&r1=1.26&r2=1.27