You could potentially do `component.add(find<Fr...
# tornadofx
e
You could potentially do
component.add(find<Fragment1>().root)
, but that means
add an instance of Fragment1 to my adhoc Fragment
, but that fragment already has a root node 🙂