git: openjdk/jfx: master: 8324658: Allow animation play/start/stop/pause methods to be called on any thread

Nir Lisker nlisker at openjdk.org
Tue Jan 30 09:26:17 UTC 2024


Changeset: c5ab220b
Author:    Nir Lisker <nlisker at openjdk.org>
Date:      2024-01-30 09:24:59 +0000
URL:       https://git.openjdk.org/jfx/commit/c5ab220bbc885f2aa99d8c1d5ed8f1753e39251f

8324658: Allow animation play/start/stop/pause methods to be called on any thread

Reviewed-by: kcr, jpereda

! 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