JavaFX: Repaint on desktop unlock -


is there way repaint screen of javafx application when user returns machine , unlocks computer.

reason ask after user launches javafx application developed , locks desktop , comes after few minutes, javafx application screen blackened out. if application window resized, normal behavior restored.

i think if application screen repainted on desktop unlock might solve problem. problem @ hand how capture desktop unlock event.

any pointers?

p.s.- experience behavior in javafx applications. not sure if bug current javafx release.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -