<@U0MKUB7N3>: Just call `replaceWith(SomeOtherView...
# tornadofx
e
@deutronomium: Just call
replaceWith(SomeOtherView::class)
from any action. Optionally add a view transition like this:
replaceWith(SomeOtherView::class, ViewTransition.SlideIn)