Setting apple.awt.graphics.UseQuartz to false for applets with Apple's 1.5 update 4 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T11:34:03Z http://stackoverflow.com/feeds/question/1070327 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1070327/setting-apple-awt-graphics-usequartz-to-false-for-applets-with-apples-1-5-update 0 Setting apple.awt.graphics.UseQuartz to false for applets with Apple's 1.5 update 4 jsight 2009-07-01T17:19:09Z 2009-07-01T17:47:34Z <p>Apple seems to have quart rendering on by default: <a href="http://lists.apple.com/archives/Java-dev/2007/Jun/msg00066.html" rel="nofollow">http://lists.apple.com/archives/Java-dev/2007/Jun/msg00066.html</a></p> <p>However there are cases where this is attrociously slow. From a desktop app, I merely add: -Dapple.awt.graphics.UseQuartz=false</p> <p>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.</p> <p>Is there a workaround? </p> <p>Also, will it be possible to generate an applet that sets this for the user in some way?</p>