commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog


From: Tania Bento
Subject: [commit-cp] classpath ChangeLog
Date: Wed, 21 Jun 2006 16:11:37 +0000

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  <address@hidden>
        
                * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * javax/swing/text/DefaultCaret.java




reply via email to

[Prev in Thread] Current Thread [Next in Thread]