Property |
Type | Notes |
---|---|---|
|
java.lang.String |
Values: "regular", "small", "mini" |
Quaqua.Component .visualMargin |
java.awt.Insets |
See layout |
Quaqua supports the regular, small and mini size variant.
In order to properly display JTabbedPane's with Panther
design, Quaqua sets all JLabel's to non-opaque. Thus changing the background
color of a JLabel has no effect, unless you explicitly call setOpaque(true)
on
it.
|
If your application logic relies on JLabels being
opaque by default, you can set the UIManager property Label.opaque
to
Boolean.TRUE.
|