CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tania Bento <tbento>    06/06/21 16:11:37

Modified files:
        .              : ChangeLog 

Log message:
                2006-06-21  Tania Bento  <[EMAIL PROTECTED]>
        
                * javax/swing/JMenu.java
                (remove): An IllegalArgumentException should be thrown if
                either index < 0 or if index > 0 and there are no menu
                components. Also, a check was added that ensures there are
                menu components before removing the desired the component.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7903&r2=1.7904

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7903
retrieving revision 1.7904
diff -u -b -r1.7903 -r1.7904
--- ChangeLog   21 Jun 2006 16:10:19 -0000      1.7903
+++ ChangeLog   21 Jun 2006 16:11:37 -0000      1.7904
@@ -1,3 +1,11 @@
+2006-06-21  Tania Bento  <[EMAIL PROTECTED]>
+
+       * javax/swing/JMenu.java
+       (remove): An IllegalArgumentException should be thrown if
+       either index < 0 or if index > 0 and there are no menu
+       components. Also, a check was added that ensures there are
+       menu components before removing the desired the component.
+
 2006-06-21  Lillian Angel  <[EMAIL PROTECTED]>
 
        * javax/swing/text/DefaultCaret.java


Reply via email to