JFileChooser and Network Drives
First off:
Java Version: 1.6.0_01
Windows XP & Windows Vista
My application uses JFileChooser to select a file. When I try to open a mapped drive, I get a waiting cursor and then nothing. I can hit cancel, so the application doesn't freeze, but the directory listing never shows up for the mapped drive.
Also, while JFileChooser is "hanging", I can open My Computer and then navigate through the mapped drive I tried to open in JFileChooser.
Any ideas?

