commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...


From: David Gilbert
Subject: [commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...
Date: Sun, 18 Sep 2005 11:27:20 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     David Gilbert <address@hidden>  05/09/18 15:27:20

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/basic: BasicComboBoxUI.java 

Log message:
        2005-09-18  David Gilbert  <address@hidden>
        
        * javax/swing/plaf/basic/BasicComboBoxUI.java
        (borderInsets): deleted,
        (arrowButtonWidth): deleted,
        (configureEditor): set font,
        (isFocusTraversable): set to true for non-editable combobox,
        (paint): deleted border painting code,
        (paintBorder): deleted,
        (getPreferredSize): returns a value, not null,
        (getMinimumSize): likewise,
        (getMaximumSize): likewise,
        (rectangleForCurrentValue): reimplemented,
        (paintCurrentValue): no longer adjusts for border insets,
        (getDisplaySize): update maximum width and height independently,
        (ComboBoxLayoutManager): removed redundant 'extends Object',
        (ComboBoxLayoutManager.preferredLayoutSize): call
        getPreferredSize(),
        (ComboBoxLayoutManager.minimumLayoutSize): delegate to
        preferredLayoutSize(),
        (ComboBoxLayoutManager.layoutContainer): use arrow button
        preferred
        size in layout,
        (PropertyChangeHandler.propertyChange): added 'font' handling.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4850&tr2=1.4851&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text





reply via email to

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