classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: JList and FileChooser fixes


From: Lillian Angel
Subject: [cp-patches] Patch: JList and FileChooser fixes
Date: Fri, 25 Nov 2005 11:31:41 -0500

Fixed some JList selection problems, and implemented/fixed a few things
in the FileChooser code. It is not yet completed.

2005-11-25  Lillian Angel  <address@hidden>

        * javax/swing/JList.java
        (JList): Set default selection mode.
        * javax/swing/plaf/basic/BasicFileChooserUI.java
        (DoubleClickListener): No need for timer here.
        (mouseClicked): Removed timer code, and added check for double 
        click. Problems with opening wrong directory is now fixed.
        * javax/swing/plaf/basic/BasicListUI.java
        (mouseDragged): Implemented.
        * javax/swing/plaf/metal/MetalFileChooserUI.java
        (propertyChange): Implemented 
        MULTI_SELECTION_ENABLED_CHANGED_PROPERTY
        property change.
        (getListCellRendererComponent): Set opaque property, so 
        background color on cell is painted.
        (SingleClickListener.init): Implemented.
        (installStrings): Fixed tooltip text strings.

Attachment: patch.diff
Description: Text Data


reply via email to

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