classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch for PR swing/23036 BasicFileChooserUI


From: Anthony Balkissoon
Subject: [cp-patches] Patch for PR swing/23036 BasicFileChooserUI
Date: Wed, 31 Aug 2005 16:03:02 -0400

This patch fixes PR swing/23036 where the look-in box for JFileChoosers
wasn't displaying the correct parent directories.

Patch is attached.

2005-08-31  Anthony Balkissoon  <address@hidden>

        * javax/swing/plaf/basic/BasicFileChooserUI.java:
        (boxEntries): Made this method package private because I added a 
        call to it from an implicitly defined listener class. Also fixed 
        indentation.
        (createPropertyChangeListener): If the returned property listener
        hears DIRECTORY_CHANGED_PROPERTY, call boxEntries() to update the
        look-in box entries.

--Tony

Attachment: JFileChooserLookIn.diff
Description: Text Data


reply via email to

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