Re: Choosing specific file in JFileChooser



dushkin schrieb:
Hi,
I need to allow the selection of only specific file name from a
JFileChooser dialog.
For example, I want to let the user choose only "win.ini" file (the
name is only an example!).
How can I do it?
Thanks!

If the user can't really choose a file, why do you use a JFileChooser? Why don't you simply open that file? ;-)
bye, Ralf
.