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.
我想将拖放功能添加到我的JTree. 我试图从这个线程运行示例。它有效,但仅适用于树中的最后一片叶子,而不适用于包含一些子节点的节点。我也看过这个线程。
JTree
我已经定义了 canImport 和 importData 方法,并且还设置了 setDragEnabled(true)。我只是不能用它的孩子拖动节点。
如何从第一个链接编辑示例以拖动节点及其子节点?据我了解,我应该设置 DataFormat 实例,以设置应拖动的类型。有人可以帮忙吗?