-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
fx2.0
Currently we need to wait for PlatformImpl.startup() to finish before we can use Platform.runLater().
This is not really convenient as we need to track PlatformImpl initialization status in the deployment code.
Ideally, we want to launch "warmup" operation on the platform in the background thread and expect that subsequent operations can be launched any time later
using runLater(). Even if startup had not finished yet.
This is not really convenient as we need to track PlatformImpl initialization status in the deployment code.
Ideally, we want to launch "warmup" operation on the platform in the background thread and expect that subsequent operations can be launched any time later
using runLater(). Even if startup had not finished yet.
- relates to
-
JDK-8090585 Provide an official API to start the JavaFX platform
-
- Resolved
-