customized parallel fileFilter
Hello
Is it possible to filter a JFileChooser for multiple file types
simultaneously? For example I want to show everything EXCEPT *.wav & *.zdl
& *.xls files. I dont see how it is possible b/c every filter you define
that extends FileFilter get added to the FileFilter[] and they only become
Pop-up filters not default. Is this correct? Is there a way to show only
certain types of suffixed files by default? tia

