RFR: 8349255: TitledPane: exception initializing in a background thread

Kevin Rushforth kcr at openjdk.org
Thu Feb 13 18:38:15 UTC 2025


On Wed, 12 Feb 2025 19:07:19 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> ## Root Cause
> 
> Animation was started in the background thread, causing concurrent access.
> 
> ## Solution
> 
> Disable animation if not the fx app thread.

The fix looks good. I'll test it later. I left one comment about the change in Parent that I think should be reverted (it's a minor cleanup in a file that you otherwise aren't touching).

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

PR Review: https://git.openjdk.org/jfx/pull/1707#pullrequestreview-2615916401


More information about the openjfx-dev mailing list