CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/11/08 13:53:59

Modified files:
        .              : ChangeLog 
        javax/swing    : JComponent.java 

Log message:
        2005-11-08  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/JComponent.java
        (alignmentX): Changed default value to -1.0.
        (alignmentY): Changed default value to -1.0.
        (getAlignmentX): If no value has been set, refer to the superclass
        behaviour.
        (getAlignmentY): If no value has been set, refer to the superclass
        behaviour.
        (setAlignmentX): Catch invalid values and adjust them to the nearest
        valid value.
        (setAlignmentY): Catch invalid values and adjust them to the nearest
        valid value.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5508&tr2=1.5509&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.76&tr2=1.77&r1=text&r2=text



Reply via email to