<@U68L6T95E> Unless you have changed `implicitExit...
# tornadofx
e
@dr.fornax Unless you have changed
implicitExit
, closing the last window or calling
Platform.exit()
would both close the app and stop the JVM, unless you have other threads or some other mechanism that keeps the app alive.
👍 1