Override `start` in your app class, call super fir...
# tornadofx
e
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.