How can I clone a java object?

0

How can I make a copy of an object or a javafx node? specifically of the SubScene class.

I have tried with the Cloneable interface and also with this library link , none of them worked for me.

Doing it with an fxml file is not an option.

    
asked by Javier Reyero Huerga 10.09.2018 в 18:22
source

0 answers