Loading and Unloading of FXML components at runtime
932812May 4 2012 — edited May 17 2012Hi,
i want to load and / or unload components at runtime in FXML and controller.
Scenario ::
say for example there are 3 FXMLs
one parent and two children
now by default child 1 will be loaded.
now i want to load child 2 and unload child 1 (possibly from /in memory)
is it possible if yes please let me know
Thanks :)