JFileChooser question
I've a program in which i use a FileChooser to access a directory :
- when the current path argument passed to the JFileChooser constructor points to a directory that is local (C:/Temp) or on a mapped or a network drive (Y:/workarea) : no problem
- when i pass a path like this one : \\server.domain\workarea, the program hangs
I'm currently working on Windows XP Pro, the server is a file server from the MSFT network. The JDK i use is the 1.5.0.6

