JavaFx - Is it possible to implement Drag-and-drop of GUI elements? -


i drag button 1 vbox another.. possible javafx 2.2?

i found looking for. source object i'm using event.getgesturesource() method... need add object target

target.getchildren().add(event.getgesturesource()); 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -