edvin
02/22/2017, 6:05 PMPlatform.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.