Re: Choosing specific file in JFileChooser



dushkin wrote:
...
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 JavaDocs for JFileChooser show a small example
of using FileFilter.

Andrew T.

.



Relevant Pages

  • Re: java JFileChooser default name
    ... The JavaDocs for JFileChooser say: ... but made a typo. ... OTOH, to the OP. ...
    (comp.lang.java.programmer)
  • Re: Choosing specific file in JFileChooser
    ... Great answer Andrew. ... Dushkin, you may also want to have a look at the ... JFileChooser object's method called "setAcceptAllFileFilterUsed" to ... and when implementing the FileFilter return true if the ...
    (comp.lang.java.gui)