Drive « JFileChooser « Java Swing Q&A





1. JFileChooser shows only d: drive content    stackoverflow.com

May I know how I can make JFileChooser to show only d: drive content? I cannot see any of its public method enables me to do so. Thanks.

2. JFileChooser - Not browsing through the 'Mounted Drives' in windows server 2008 machine    stackoverflow.com

I use JFileChooser in one of my java tool to browse file locations. It has a problem in browsing into the mounted drives - We can just chose the mounted drive but ...

3. JFileChooser - Starting at the 'Computer' e.g. C: D: E: drives    stackoverflow.com

fileChooser.setCurrentDirectory(new java.io.File("C:\\"));
Hi there, I'm trying to add the finishing touches to an application I've been developing and I'd really like it so my fileChooser sets the current directory as the area in ...

4. How to retrieve the UNC path instead of mapped drive path from JFileChooser    stackoverflow.com

Just wondering if there is a way to return back the UNC path from a file chosen with JFileChooser. The file that I would be selecting would reside on a ...

5. JFileChooser to select a drive    coderanch.com

6. JFileChooser hangs browsing mapped network drive    forums.oracle.com

I am having a problem where JFileChooser hangs when a user browses to a specific mapped network drive. Other mapped drives work fine, and the JFileChooser opens without problem (unlike some historic problems with JFileChooser). I assume that the problem has to do with how JFileChooser and the mapped drive play together; I'm specifically interested in whether a newer version of ...