CVSROOT:        /sources/classpath
Module name:    classpath
Branch:         
Changes by:     David Gilbert <[EMAIL PROTECTED]>       06/02/13 14:04:05

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/metal: MetalBorders.java 

Log message:
        2006-02-13  David Gilbert  <[EMAIL PROTECTED]>
        
        * javax/swing/plaf/metal/MetalBorders.java
        (ButtonBorder.getBorderInsets(Component)): Return insets directly,
        (ButtonBorder.getBorderInsets(Component, Insets)): Don't check for null
        insets argument,
        (Flush3DBorder.borderInsets): New field,
        (Flush3DBorder.getBorderInsets(Component)): Return insets directly,
        (Flush3DBorder.getBorderInsets(Component, Insets)): Don't check for
        null insets argument, and populate result from borderInsets,
        (PaletteBorder.borderInsets): New field,
        (PaletteBorder.getBorderInsets(Component)): Return insets directly,
        (PaletteBorder.getBorderInsets(Component, Insets)): Don't check for
        null insets argument, and populate result from borderInsets,
        (InternalFrameBorder.borderInsets): New field,
        (InternalFrameBorder.getBorderInsets(Component)): Return insets
        directly,
        (InternalFrameBorder.getBorderInsets(Component, Insets)): Don't check
        for null insets argument, and populate result from borderInsets,
        (MenuItemBorder.borderInsets): Initialise to correct value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6352&tr2=1.6353&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalBorders.java.diff?tr1=1.29&tr2=1.30&r1=text&r2=text


Reply via email to