classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: BasicFileChooserUI fix


From: Lillian Angel
Subject: [cp-patches] Patch: BasicFileChooserUI fix
Date: Wed, 30 Nov 2005 14:42:09 -0500

In David's MetalFileChooserUI patch, he noted that most options in the
FileChooserDemo were not working. 

The patch attached fixes this as well as some other revalidating
problems in MetalFileChooserUI. I cleaned up some code along the way, so
the patch is rather large.

All bugs should be fixed in MetalFileChooser now.


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

        * javax/swing/plaf/basic/BasicFileChooserUI.java
        (actionPerformed): Added check to determine if
        parentPath is null.
        (actionPerformed): Set selected file and files to null
        if 'cancel' was clicked.
        (mouseClicked): Cleaned up code a bit and set the selected
        files if multi-selection is enabled. Also, added code to
        set the file name in the text field if the selection mode
        is DIRECTORIES_ONLY.
        * javax/swing/plaf/metal/MetalFileChooserUI.java
        (actionPerformed): No need to set fileListPanel, it is
        set in createList.
        (actionPerformed): Likewise.
        (propertyChange): If the dialog type is SAVE, then the
        approve button text should change depending on what
        is currently selected. It should say 'Open', if a
        directory is currently selected.
        (actionPerformed): Fixed check.
        (mouseClicked): Added code to set the file name in         
        the text field if the selection mode is DIRECTORIES_ONLY.
        (editFile): Adjusted y position of editing text field in table.
        (installListeners): Added code to initially install listeners
        to the list.
        (createList): Cleaned up and made more efficent.
        (createDetailsView): No need to set intercellSpacing.
        (updateTable): Cleaned up and made more efficent.

Attachment: patch.diff
Description: Text Data


reply via email to

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