However, if you add `Platform.setImplicitExit(fals...
# tornadofx
e
However, if you add
Platform.setImplicitExit(false)
it doesn't exit. Then again, you have no need for the
setOnCloseRequest
call. The point of it is to veto the close request by calling
it.consume()
if your criteria is met and you want to keep the window open.