date: '2004-09-30 09:18:01' layout: post slug: new-opengl-based-pipeline-for-java-2d status: publish ref: http://www.artima.com/forums/flat.jsp?forum=121&thread=73135 title: ' new OpenGL-based pipeline for Java 2D' wordpress_id: '44' categories: Programming


According to the rhw Java Buzz Forum there is a binding to OpenGL in Java 1.5 enabled by adding the VM argument

-Dsun.java2d.opengl=true

I must try this to see if it improves the performance of our Java app that does a lot of image movement on the screen.