开发者

Open source Java filechooser supporting automatic file name extension?

开发者 https://www.devze.com 2023-02-26 02:12 出处:网络
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 filecho

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.


I used this solution instead: adjust selected File to FileFilter in a JFileChooser


Try XFileDialogue.

0

精彩评论

暂无评论...
验证码 换一张
取 消