<@UCB0DBR1A> like this? ``` class SomeViewApp : Ap...
# tornadofx
s
@chickenfresh like this?
Copy code
class SomeViewApp : App(SMView::class) {
    override fun start(stage: Stage) {
        stage.icons += Image("icon.png")
        super.start(stage)