classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Some JComboBox fixlets


From: Roman Kennke
Subject: [cp-patches] FYI: Some JComboBox fixlets
Date: Mon, 17 Oct 2005 13:38:34 +0000

Hi,

This fixes some smaller issues with JComboBox, most importantly closing
the popup when the combobox loses focus (like, when it is made
invisible).

2005-10-17  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicComboBoxUI.java
        Filled empty blocks with comments.
        (FocusHandler.focusLost): Close popup when the combobox loses
focus.
        * javax/swing/plaf/basic/BasicComboPopup.java
        Filled empty blocks with comments.
        (updateListBoxSelectionForEvent): Implemented partly.
        (ListMouseHandler.mouseReleased): Call
updateListBoxSelectionForEvent.
        (ListMouseMotionHandler.mouseReleased): Likewise.


/Roman

Attachment: JComboBox.diff
Description: Text Data


reply via email to

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