Go to content Go to menu

Every so often I wonder what my Java application would look like with the “Brushed Metal” look and feel, and every time I have to spend twenty minutes or so scouring the mailing list for this information. In an attempt to avoid this in the future, let me now say that you can use the Brushed Metal L&F by setting the “apple.awt.brushMetalLook” system property to true. You can also pass this property to “java” at runtime.

> -Dapple.awt.brushMetalLook=true