On Mon, 22 Jan 2024 20:26:07 GMT, Andy Goryachev <ango...@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

Reply via email to