I implemented a drag and drop of a group to a pane putting an empty string in the clipBoard. , this works perfectly but I need my object visible when dragging.
I have seen in some examples that DataFormat is used and that the object should be serializable , well I'm not sure it could work for my case . I tried using this method but I got an exception.In fact, JavaFX does not support serialization of components using the Java Serializable interface.
I'm using : JavaSE1.7, JavaFX2.2