classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: JFileChooser fixes


From: David Gilbert
Subject: Re: [cp-patches] FYI: JFileChooser fixes
Date: Wed, 12 Oct 2005 15:17:10 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

Roman Kennke wrote:

I made some adjustments to JFileChooser which make it use its UI more
correctly.

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

       * javax/swing/JFileChooser.java
       (getDialogTitle): If no dialog title has been set, forward this
       call to the UI.
Hi Roman,

For me, this results in a stack overflow, because the first line in the getDialogTitle() method in BasicFileChooserUI calls back to the getDialogTitle() method in JFileChooser:

 public String getDialogTitle(JFileChooser fc)
 {
   String ret = fc.getDialogTitle();

Maybe you have a different UI delegate in use?

By the way, I am working on a whole bunch of Mauve tests for JFileChooser, BasicFileChooserUI and MetalFileChooserUI in an attempt to make sense of it all, so I can complete the javax.swing.plaf.metal.* package. I'm slowly beginning to understand how it fits together. I will try to commit the tests to CVS soon...

Regards,

Dave




reply via email to

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