Join Slack
Powered by
Override `start` in your app class, call super fir...
# tornadofx
e
edvin
08/17/2017, 2:20 PM
Override
start
in your app class, call super first, then call
setStageIcon
. You're doing it in the init block of the class, before the framework has had a chance to assign a stage.
Open in Slack
Previous
Next