RFR: 8324239: JFXPanelHiDPITest fails on Windows 11 [v3]

Kevin Rushforth kcr at openjdk.org
Mon Jan 22 20:51:39 UTC 2024


On Mon, 22 Jan 2024 20:26:07 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Are there any other places where we invokeLater() instead of invokeAndWait()?
> And runLater() instead of runAndWait() ?

Good question. There might be, but each would need to be looked into to see whether they are causing problems. Also, when doing anything with Swing interop you need to be careful to not introduce a deadlock. It's fine in this specific case.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1344#issuecomment-1904782286


More information about the openjfx-dev mailing list