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

Andy Goryachev angorya at openjdk.org
Fri Feb 14 21:50:19 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.

This pull request has now been integrated.

Changeset: 01059d4f
Author:    Andy Goryachev <angorya at 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


More information about the openjfx-dev mailing list