-
Bug
-
Resolution: Won't Fix
-
P3
-
fx2.0
-
Windows
That following program hangs (all threads are waiting infinitely).
public class Minimal extends Application {
@Override
public void start(Stage stage) {
}
public static void main(String[] args) {
Launcher.launch(Minimal.class, args);
}
}
public class Minimal extends Application {
@Override
public void start(Stage stage) {
}
public static void main(String[] args) {
Launcher.launch(Minimal.class, args);
}
}
- duplicates
-
JDK-8127510 JavaFX app that doesn't create Stage doesn't exit
- Closed
- is blocked by
-
JDK-8111008 Need to call Application stop and destroy methods as part of application life cycle
- Closed
- relates to
-
JDK-8113131 Stage hide() and setting visible to false exits the VM
- Closed