classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: BasicFileChooserUI fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: BasicFileChooserUI fixlet
Date: Wed, 12 Oct 2005 19:46:21 +0000

my latest patch to JFileChooser made some JFileChooser methods call into
its UI. Unfortunatly, these methods are implemented to call back into
the JFileChooser, which is obviously wrong. Fixed.

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

        * javax/swing/plaf/basic/BasicFileChooserUI.java
        (getFileView): Don't call back into the JFileChooser, avoids
        a StackOverflow.
        (getApproveButtonText): Likewise.

/Roman

Attachment: BasicFileChooserUI.diff
Description: Text Data


reply via email to

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