If you start that application from the command lin...
# tornadofx
e
If you start that application from the command line with
--initialView=view2
, it will show
View2
. If not, it will show
View1
. It also shows you how to create a scope and open the view in that scope. Use
newScope.set(someModel)
to put stuff into that scope. Does that help @sbyrne?