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.