Property |
Type | Notes |
---|---|---|
|
java.lang.String |
Values: "regular", "small" |
|
java.lang.String |
Values: "push", "square", "bevel", "help", "placard", "colorWell", "tableHeader" |
JButton |
java.lang.String |
Values: "square", "gradient", "bevel", "textured","roundRect", "recessed","help" |
Quaqua.Component .visualMargin |
java.awt.Insets |
See layout |
Quaqua supports the regular and small size variant.
This client property can be used to change the visual margin of the JButton. For details see layout.
The pictures below shows the effect of the styles. The styles are available for the regular System Font of Mac OS X (Lucida Grande 13) and the Small System Font (Lucida Grande 11). The styles work also with other font sizes, but then, the results aren't necessarily optimal.
The following code snippet shows how to use the client property Quaqua.Button.style
:
|