git: openjdk/jfx: jfx22: 8324658: Allow animation play/start/stop/pause methods to be called on any thread
Nir Lisker
nlisker at openjdk.org
Tue Jan 30 12:57:39 UTC 2024
Changeset: 648dfd54
Author: Nir Lisker <nlisker at openjdk.org>
Date: 2024-01-30 12:55:32 +0000
URL: https://git.openjdk.org/jfx/commit/648dfd540cde6bc8127df333fe30b2cac5b022e6
8324658: Allow animation play/start/stop/pause methods to be called on any thread
Reviewed-by: kcr
Backport-of: c5ab220bbc885f2aa99d8c1d5ed8f1753e39251f
! modules/javafx.graphics/src/main/java/com/sun/javafx/util/Utils.java
! modules/javafx.graphics/src/main/java/javafx/animation/Animation.java
! modules/javafx.graphics/src/main/java/javafx/animation/AnimationTimer.java
! modules/javafx.graphics/src/main/java/javafx/animation/Timeline.java
! tests/system/src/test/java/test/com/sun/javafx/animation/AnimationTest.java
! tests/system/src/test/java/test/com/sun/javafx/animation/AnimationTimerTest.java
+ tests/system/src/test/java/test/com/sun/javafx/animation/SynchronizationTest.java
More information about the openjfx-changes
mailing list