JDK-8099420 : JavaFX needs vsync-driven animation
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: animation
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2008-10-10
  • Updated: 2015-06-16
  • Resolved: 2009-04-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx1.2Resolved
Related Reports
Relates :  
Relates :  
Description
Not being able to sync with the monitor's refresh means that we're "flying blind" in terms of driving our animations.  Other than cranking up the animation timer, there doesn't seem to be a way to guarantee that we draw one (and only one) animation frame per screen redraw.

This may well require changes on the JavaSE side.

See also RT-340.

Comments
this will be resolved as part of RT-3546.
10-04-2009