how do I load the view from the loaderview? -- I'm...
# tornadofx
p
how do I load the view from the loaderview? -- I'm trying primaryStage.scene = Scene(mainView.root) primaryStage.show() But it's loading a blank window.