classpath
[Top][All Lists]
Advanced

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

Re: javax.swing.plaf.metal.MetalFileChooserUI


From: Tom Tromey
Subject: Re: javax.swing.plaf.metal.MetalFileChooserUI
Date: 27 Dec 2005 13:02:34 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Chris" == Chris Lansdown <address@hidden> writes:

Chris> The closeDialog in BasicFileChooserUI has default access, and
Chris> so can't be accessed from MetalFileChooserUI. Is this
Chris> intentional?

According to the online javadoc, there is no public or protected
method named 'closeDialog' in BasicFileChooserUI.  So, yeah, this is
intentional.  As a rule we do not change API of the core classes.

Chris> If that functionality is required (in particular, it seems
Chris> appropriate to be able to make a selection entirely from the
Chris> fileTextField), is the correct thing to do to copy that
Chris> function into MetalFileChooserUI?

I don't know the best thing to do here.

Tom




reply via email to

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