CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: David Gilbert <[EMAIL PROTECTED]> 05/09/18 15:27:20
Modified files:
. : ChangeLog
javax/swing/plaf/basic: BasicComboBoxUI.java
Log message:
2005-09-18 David Gilbert <[EMAIL PROTECTED]>
* 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