I have used JFileChooser in the past and was modifying my code to use
FileDialog instead as it looks better, looks like the one used by every
other Windows program and takes less code to get the job done. My
question is how to filter for certain file extensions in FileDialog as you
can in JFileChooser. I cannot seem to figure out how to, so any help
would be highly appreciated. Thank you.
P.S. Also if you know how to turn off all files like you can in
JFileChooser, that would also be extremely helpful.