-
Enhancement
-
Resolution: Unresolved
-
P4
-
7u40
-
None
-
Windows XP,7,8
Fedora
Raspberry PI Debian
Nearly every time I use Platform.launch, I have to use Thread first to get another thread. This is
because launch holds on the the thread used to call it until Platform.exit.
It would be very useful if launch worked more like Thread.start and gave you the thread back.
You could then use Platform.join like Thread.join at the end of the program.
This, together withRT-32926, would simplify programming with JavaFX
because launch holds on the the thread used to call it until Platform.exit.
It would be very useful if launch worked more like Thread.start and gave you the thread back.
You could then use Platform.join like Thread.join at the end of the program.
This, together with
- relates to
-
JDK-8091784 I would like an extension to Wait for the FX Thread
-
- Closed
-