On Wed, 14 Oct 1998, Bernd Wengenroth wrote:
> Ich have some problems using a filenamefilter
> with FileDialog.setFilenameFilter().
>
> It seem that the filedialog doesn't call the "accept"-method
> of the filter.
It's not. This is listed in the JDC bug system as a sun bug due to
motif. I
> "Bernd" == Bernd Wengenroth <[EMAIL PROTECTED]> writes:
Bernd> It seem that the filedialog doesn't call the
Bernd> "accept"-method of the filter.
This is a common problem of all file dialogs. Have a look at the
bugparade at http://developer.javasoft.com .
Bernd> Any hints?
Us
Hi!
Ich have some problems using a filenamefilter
with FileDialog.setFilenameFilter().
It seem that the filedialog doesn't call the "accept"-method
of the filter.
My code:
FileDialog fileB = new FileDialog( frame, "", FileDialog.LOAD );
fileB.setDirectory( "some dir" );
fileB.setFile( "some f