With other engineer, we create a software (www.openmole.org) to create and run complex workflow on a computer grid. With the gui, you can create and modify some complex drag and drop workflow like this :
You can also see a video here : http://www.openmole.org/files/crazyCoconut.webm
As you can see, it's possible to drag and drop and connect each task with each other to make a complex workflow. When task move, arrow move to follow the mouse movement. When you click on a task, a new panel open, so you can choose some option to configure each task.
Actually we use a Netbean library to draw all of this on a unique scene, but in the future we want to make the same thing using javafx api/object.
So, do you think is it possible to open new Javafx Nodes
sub windows with Canvas
scene and api, like in this simple use case, representative of our use case ?
If not, do you know some other libraries to make this possible ?