I'm using a 10.7.4 Retina. My JFrame doesn't look as expected when I'm using getRootPane().putClientProperty("apple.awt.brushMetalLook", true);
I tried running it on the JVM 1.6.0_51. It will look like this:
Even tried it with -d32 and -d64.
And when I'm running it on the latest JVM 1.7.0_25 it will look like this:
Both doesn't look like as they should when I'm running it on JVM 1.6.0_15 on a 10.6 mac:
Is there a way to solve this problem? Might the retina resolution be the cause? This post is kinda related to this one in asked before: JFrame is lagging on resize