<@U10EJRH2L> You could do `val currentlyDockedView...
# tornadofx
e
@Ruckus You could do
val currentlyDockedView = (center as Parent).uiComponent<View>()
to find the View currently docked inside the center node. We could come up with a nicer way of doing that though. But first some sleep!