If the user's operating system is Windows 2000, can I invoke the file chooser used by Microsoft Word instead of JFileChooser?
Created May 4, 2012
Sandip Chitale Sure... use java.awt.FileDialog. That should
give you the system file chooser.
Created May 4, 2012