I have a plan. If i detect that it is a BorderPane...
# tornadofx
e
I have a plan. If i detect that it is a BorderPane parent I can compare each slot with the root node. If I find that borderpane.center == root, I can create a StackPane and put the current root inside that, then replace the stackpane with the new root.