VSync in pure Java

1 week ago 16
ARTICLE AD BOX

Is it possible to access the VSync signal in pure, portable, documented, official Java?

ExtendedBufferCapabilities.VSyncType.VSYNC_ON); obviously uses the internal class sun.java2d.pipe.hw.ExtendedBufferCapabilities and java flags like -Dsun.java2d.opengl=true or -Dsun.java2d.d3d=true are not really portable between system. Is there a solution to this in any version of Java? Bonus points if it doesn't add a new dependency.

Read Entire Article