Is there a good open source filechooser for java that supports automatic file name extension?
What I want is a filechooser that acts similar to office programs' when saving files; that is, a filechooser which has the option of automatically saving a file with one of a few predefined file extensions. The file name extension should be one those available to choose from in the file filters usually found below the input-field.
The filechooser must also support linux operating systems.