JDK-8114535 : JavaFX Application GUI missing after restore from hibernate
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2011-06-30
  • Updated: 2024-10-14
  • Resolved: 2011-06-30
Related Reports
Duplicate :  
Description
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.
Comments
This is a duplicate of RT-14404
30-06-2011

This is a graphics issue.
30-06-2011