and I use this: ``` override fun start(stage:...
# tornadofx
a
and I use this:
Copy code
override fun start(stage: Stage) {
        super.start(stage)
        stage.isResizable = false
        Application.setUserAgentStylesheet(null)
        StyleManager.getInstance().addUserAgentStylesheet("styles.css")
    }
in the
App