Apple seems to have quart rendering on by default: http://lists.apple.com/archives/Java-dev/2007/Jun/msg00066.html
However there are cases where this is attrociously slow. From a desktop app, I merely add: -Dapple.awt.graphics.UseQuartz=false
This fixes the slow rendering. But there's isn't a place in the Java preferences panel to set this, and all of my attempts to set it in ~/Library/Caches/Java/deployment.properties have failed so far.
Is there a workaround?
Also, will it be possible to generate an applet that sets this for the user in some way?