📅  最后修改于: 2022-03-11 14:52:05.899000             🧑  作者: Mango
"To prevent this from happening, add this line before Platform.runLater"
Platform.setImplicitExit(false);
Platform.runLater(()->System.out.println("Inside Platform.runLater()"));