-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.0.1
-
x86
-
windows_95
Name: lb4072 Date: 01/05/97
In Win95, the FileDialog doesn't call the FilenameFilter
when loading the dialog box.
It seems the FileDialog.setFile method is being
used instead; example:
fd.setFile("*.txt"); just lists the *.txt files
fd.setFile("somefile.txt"); lists all the files.
The FilenameFilter.accept method is never called.
It was registered via fd.setFilenameFilter()
method. I was using the example from the Nut
Shell book.
======================================================================
- duplicates
-
JDK-4031440 FileDialog doesn't call FilenameFilter.accept()
-
- Closed
-