If you know this is the first view to be shown in ...
# tornadofx
e
If you know this is the first view to be shown in the primary stage, you can of course just do
primaryStage
in the init block of that view, like you do here, or alternatively override
start
in your app class and do it there.