JCheckBox

Client properties:

Property

Type Notes

JComponent

.sizeVariant

java.lang.String Values: "regular", "small"

Quaqua.Label.style

java.lang.String Style of the label portion of the check box. Values: "plain", "shadow", "emboss"
Quaqua.Component
.visualMargin
java.awt.Insets

See layout

Client property: JComponent.sizeVariant

Quaqua supports the regular and small size variant.

Quaqua Look and Feel - JCheckBox styles
You can change the size of the check box by setting the JComponent.sizeVariant client property, or by setting an appropriate font. Check boxes are displayed with regular size for the font Lucida Grande 13 and with small size for the font Lucida Grande 11.

 

myCheckBox.setFont(

   "Lucida Grande", Font.PLAIN, 11

);