I am developing a java application with JavaFX support and after I restore my computer from hibernate, the Window of my application is empty and transparent. It does not appear to be frozen as there is no message from windows that the application is not responding. I suspect that the thread for the GUI did not restart or crashed on resume without reporting the error.
Special Circumstance:
This application loads JavaFX at runtime using reflect to gain access to the addURL of the application loader which I found to be the only way JavaFX will work from a classloader. The application locates the installation of JavaFX and adds the library jar using the addURL method of the application classloader.
Special Circumstance:
This application loads JavaFX at runtime using reflect to gain access to the addURL of the application loader which I found to be the only way JavaFX will work from a classloader. The application locates the installation of JavaFX and adds the library jar using the addURL method of the application classloader.
- duplicates
-
JDK-8113621 REGRESSION: D3D stops rendering after screen lock on Windows
-
- Closed
-