7

I don't want to load a FXML file twice. It is possible to clone/copy a Node or Group? In JavaFX 1.1 there is a utility class called Duplicater -- is there a pendant in Java FX 2.x?

user1749658
  • 71
  • 1
  • 2

1 Answers1

1

Ironically old Duplicater was duplicating FXD formatted nodes. And FXD was substituted with FXML.

So reusing FXML file is a JavaFX2 successor of Duplicater.

Sergey Grinev
  • 34,078
  • 10
  • 128
  • 141