<@U6AHR4J4R> You can actually keep the scene, just...
# tornadofx
e
@pike You can actually keep the scene, just do
replaceWith<OtherView>()
. You might then need to resize the window inside of
onDock
for
OtherView
.