<@U6AHR4J4R> By default, the app will exit when th...
# tornadofx
e
@pike By default, the app will exit when the last window is closed. If you have threads running however, they might block the app from exiting. You could make them daemon threads to avoid this. Also see
Platform.implicitExit