Posted By:
Sandip_Chitale
Posted On:
Monday, April 9, 2001 12:48 PM
Yes. They are woring on it for Merlin (JDK1.4). Read about it here -
http://java.sun.com/products/jfc/tsc/articles/merlin/api.html#JFileChooser
In the mean time you could install a
custom javax.filechooser.FileSystemView
subclass which gets the info about
network resources using 'net.exe'
command - parsing output of
'net.exe use' or 'net.exe view'.