Netbeans 中的 JTree 拖放
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为使用 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