<@U0F3291QE> if you have time could you enlighten ...
# tornadofx
r
@edvin if you have time could you enlighten me in regards to "why does this work in java
stage.setOnCloseRequest(event -> stage.hide());
and this
FX.primaryStage.setOnCloseRequest({ event -> FX.primaryStage.hide() })
not in tornadoFX?"