-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx2.0.2
-
Component/s: javafx
We should be able to allocate managed reosurces.
Calling TestCooperativeLevel on each resource allocaton is not recommened by usage practices.
The right practice is :
if ( TestCooperativeLevel is OK )
render frame
else try to restore device.
Calling TestCooperativeLevel on each resource allocaton is not recommened by usage practices.
The right practice is :
if ( TestCooperativeLevel is OK )
render frame
else try to restore device.
- relates to
-
JDK-8128123 NPE on lock screen
-
- Closed
-