How to retrive all available disk drive ID from windows OS?

I plan to design a "file chooser" by myself becausethe one provided by JDK1.3 has a serious bug: when the signed applet open a file chosser, the program will crash.I want to list all available disk drive ID.Does anyone know how to do this?Thanks
[295 byte] By [modelart] at [2007-9-26 3:20:15]
# 1
I don't know why the program crashes - it should only block because of missing security permissions.Use File.listRoots() to get disk drives.
v.pavlov at 2007-6-29 11:35:57 > top of Java-index,Desktop,Core GUI APIs...