Does apple.awt.brushMetalLook have any effect with Java 7
Marco Dinacci
marco.dinacci at gmail.com
Fri Aug 24 06:25:02 PDT 2012
Hi,
> Could you check your java version, give me code sample of how you make use o
> it please
I compile my own jvm from the latest source code.
For an example, just use the ToolbarDemo
http://docs.oracle.com/javase/tutorial/uiswing/examples/components/ToolBarDemoProject/src/components/ToolBarDemo.java
and add:
frame.getRootPane().putClientProperty("apple.awt.brushMetalLook", true);
before displaying the window.
Best,
Marco
More information about the macosx-port-dev
mailing list