<@U0BJ35747> The easiest way to get to the scene o...
# tornadofx
e
@hastebrot The easiest way to get to the scene of a Node is probably just to wrap it in
whenDocked { }
. Then you're sure it will be connected to a scene. Either that, or override
onDock
if you want to do it outside of the builder hierarchy.
whenDocked
can be used inside any builder.
👍 1