1
vote
0answers
190 views

Swing FileChooser / FileFilter [duplicate]

Possible Duplicate: adjust selected File to FileFilter in a JFileChooser I have a JFileChooser with a FileFilter (txt, doc, odt) and I want to save an existing file. So I open the file ...
0
votes
1answer
389 views

Filechooser: get selected postfix

I have the following Method. In the fileschooser I can select a file or just type in the name to create a new one. This is working fine. But how can I check programmatically which extension was chosen ...