>>>>> "Chris" == Chris Lansdown <[EMAIL PROTECTED]> 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 _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

