yeah. like this button("Go to next page") { a...
# tornadofx
c
yeah. like this button("Go to next page") { action { replaceWith(PageTwo::class, ViewTransition.Slide(0.3.seconds, Direction.LEFT) } }