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 -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -