Copy constructors
Werner Lehmann
lehmann at media-interactive.de
Mon Sep 10 03:54:48 PDT 2012
Hi,
are there any plans to add copy constructors, as hinted on in the FXML
documentation?
> http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#copy_elements
This would be really cool: I would create templates in an fx:define
block. The templates would be copied in code and added e.g. to a VBox,
with just a few adjustments. Currently this has to be done in code...
which of course also takes away from the intended work-sharing between
application developer and GUI designer.
Rgds
Werner
More information about the openjfx-dev
mailing list