I'm assume the following item is a bug, but I figured I'd run it by
the list first:
Textured window painting doesn't seem work in Java 1.6.0_05:
Sample Code:
public static void main(String[] args) {
JFrame frame = new JFrame();
frame.getRootPane().putClientProperty("apple.awt.brushMetalLook",
Boolean.TRUE);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(200,100);
frame.setLocationRelativeTo(null);
frame.setVisible(true);
}
Java 1.5
Java 1.6.0_05
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden