ungrabHandler checks for lwFrame and uses it but if there is a context switch then lwFrame can be null as it is created in EDT.
We need to do a preventive fix for this NPEs
Context for reference:
https://github.com/openjdk/jfx/pull/1960#discussion_r2495058308
We need to do a preventive fix for this NPEs
Context for reference:
https://github.com/openjdk/jfx/pull/1960#discussion_r2495058308
- links to
-
Commit(master)
openjdk/jfx/5e3a5e1a
-
Review(master)
openjdk/jfx/1965