Nov 7, 2001 #1 asm338s Programmer Jul 16, 2001 135 US How do I open a windows dialoogue box programatically that allows users to select files, and how do I capture the name of that file?
How do I open a windows dialoogue box programatically that allows users to select files, and how do I capture the name of that file?
Nov 7, 2001 #2 wushutwist Programmer Aug 3, 2000 984 US Check out javax.swing.JFileChooser, it does everything that you need. Upvote 0 Downvote