CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento <tbento> 06/07/18 15:41:18
Modified files: . : ChangeLog java/awt : GridLayout.java Log message: 2006-07-18 Tania Bento <[EMAIL PROTECTED]> * java/awt/GridLayout.java (setHgap): Illegal Argument Exception should not be thrown if hgap < 0. (setVgap): Illegal Argument Exception should not be thrown if vgap < 0. (toString): Opening square braket ([) should appear before hgap value, not the name of the class. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8157&r2=1.8158 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridLayout.java?cvsroot=classpath&r1=1.15&r2=1.16