In the example I posted, if I inject `MainContent`...
# tornadofx
r
In the example I posted, if I inject
MainContent
and
AltContent
into
Navigation
and do
button("Alt").setOnAction { main.replaceWith(alt) }
, it still replaces the whole stage.