0

I want to create a Swing GUI that will let me drag a jar onto it and display the contents as a tree.

I could extend JTree myself and use ZipFile but I would rather use a library instead as it is the sort of thing that is likely to have lots of little issues that other people have already solved.

Are there any Swing libraries that can do this? I looked at the JIDE Common layer and SwingX but didn't see anything.

I imagine that Netbeans or eclipse frameworks could do this but I would rather look for Swing libraries first before entertaining them.

4

0 に答える 0