Re: Removing "All Files" option from FileType of JFileChooser



<urpriya@xxxxxxxxx> wrote in message news:1172211721.405427.227370@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

How to remove "All Files" option from JFileChooser?



fileChooser.setAcceptAllFileFilterUsed(false);


.