AquaLaf setting?

Kevin kevin_m_miller at apple.com
Wed Oct 26 11:37:19 PDT 2011


On Oct 26, 2011, at 11:10 AM, Alexander Potochkin wrote:

> Hello everybody
> 
> I wonder where in our code AquaLaF is set as the default Laf?
> 

The Aqua LaF is chosen by javax.swing.UIManager.getSystemLookAndFeelClassName() if the OSType is MACOSX and the current toolkit is LWCToolkit (otherwise, we use Metal). 

> Is it read from some property file?
> (Didn't find swing.properties)
> 

We don't have a swing.properties file by default.  If the user creates the swing.properties file and specifies a different default LaF, we honor their choice.

> Thanks
> alexp

-Kevin


More information about the macosx-port-dev mailing list