Netbeans 中的 JTree 拖放

发布于 2024-10-17 04:02:12 字数 76 浏览 3 评论 0原文

如何使用 Netbeans GUI 编辑器向 JTree 添加拖放支持?只是一些简单的事情,比如重新排列树中的节点。

谢谢

How can I add drag and drop support to a JTree using the Netbeans GUI editor? Just something simple, like rearranging the nodes in the tree.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一江春梦 2024-10-24 04:02:12

我认为使用 Netbeans 编辑器不可能做到这一点,您必须深入研究代码才能使其正常工作。我建议阅读以下内容,因为它们应该会有很大帮助。

http://download.oracle.com/javase/tutorial/uiswing/dnd /intro.html

http://www.javaworld.com/javatips/jw -javatip97.html

I don't think this is possible with the Netbeans editor, you're going to have to delve into the code to get this to work. I suggest reading the following as they should help greatly.

http://download.oracle.com/javase/tutorial/uiswing/dnd/intro.html

http://www.javaworld.com/javatips/jw-javatip97.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文