CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: David Gilbert <[EMAIL PROTECTED]> 05/09/18 14:15:04
Modified files:
. : ChangeLog
javax/swing/plaf/basic: BasicComboBoxUI.java
Log message:
2005-09-18 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicComboBoxUI.java
(installListeners): add listener to arrowButton instead of
comboBox,
deleted call to configureArrowButton(),
(uninstallListeners): remove listener from arrowButton
instead of
comboBox, and deleted call to unconfigureArrowButton(),
(configureArrowButton): set font and enabled state, deleted
addMouseListener() call,
(unconfigureArrowButton): deleted removeMouseListener()
call,
(MouseHandler.mousePressed): just toggle display status of
popup,
(MouseHandler.mouseReleased): deleted.
----------------------------------------------------------------------
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4849&tr2=1.4850&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text