directory tree

Hello, I am making an application in which there has to be a panel containing the directory tree of a drive. So far the only way I have figured out to do that is by using the tree classes of swing, but the thing is that these classes are too general so I have to write the code for traversing through the drive and declare the directories, subdirectories,files(leafs) etc. So I was feeling like reinventing the wheel, I mean aren't there any existing classes to do that, represent graphically the directory tree? Thank you.

[531 byte] By [fraksiaa] at [2007-11-27 10:37:15]
# 1

http://www.java2s.com/Code/Java/Swing-JFC/FileSystemTree.htm ?

CeciNEstPasUnProgrammeura at 2007-7-28 18:46:48 > top of Java-index,Java Essentials,Java Programming...