是否有与http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#PaletteExample类似的解决方案,但对于普通的 Java 应用程序,即允许在画布上拖动 gui 元素?
谢谢
是否有与http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#PaletteExample类似的解决方案,但对于普通的 Java 应用程序,即允许在画布上拖动 gui 元素?
谢谢
是的,这是可能的。不,这不是微不足道的。
您将希望通过代码 D'n'D API 变得更加熟悉如何使用 Java 2 进行拖放,第 1 部分
您可能想通读
您可能还想熟悉GlassPane