To integrate the Quaqua Look and Feel in an applet, you need to do the following:
quaqua.jar
in
the class path.quaqua-filechooser-only.jar
, quaqua-colorchooser-only.jar
or
the quaqua-menu-only.jar
.init
method
according the following code snippet:
|
Quaqua can be customized using System
properties and UIManager properties and Client
properties.
Since applets are running in a protected environment, which often disallows changing
System properties, you have to use method QuaquaManager.setProperty
in
place of System.setProperty
.