On Wed, 12 Feb 2025 19:07:19 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> ## Root Cause > > Animation was started in the background thread, causing concurrent access. > > ## Solution > > Disable animation if not the fx app thread. This pull request has now been integrated. Changeset: 01059d4f Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/01059d4f6f9112c25252e3ac8311b50c19800f6d Stats: 24 lines in 2 files changed: 10 ins; 10 del; 4 mod 8349255: TitledPane: exception initializing in a background thread Reviewed-by: kcr, mstrauss ------------- PR: https://git.openjdk.org/jfx/pull/1707