I was wondering about the availability of DDraw in the java graphics sub-system while I tested my demo-app with less than usual 20FPS with the appletviewer. It has been announced for 2008 but it can be checked in the JVM option as Sun recommends it:
sun.java2d.ddforcevram=true
sun.java2d.ddscale=true
How is that working?