Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 Swing GUI,它可以让我将一个罐子拖到它上面并将内容显示为树。
我可以自己扩展 JTree 并使用 ZipFile,但我宁愿使用库来代替,因为它可能有很多其他人已经解决的小问题。
是否有任何 Swing 库可以做到这一点?我查看了 JIDE Common 层和 SwingX,但什么也没看到。
我想 Netbeans 或 Eclipse 框架可以做到这一点,但我宁愿先寻找 Swing 库,然后再使用它们。