Property |
Type | Notes |
---|---|---|
|
java.lang.String |
Values: "regular", "small" |
JComboBox |
Boolean |
This is set to true by class DefaultTableCellEditor. This produces a 'flat' appearance of the combo box. |
Quaqua.Component .visualMargin |
java.awt.Insets |
See layout |
Property |
Type | Notes |
---|---|---|
ComboBox |
Boolean |
Set this to true , to get the same preferred height for
editable and non-editable combo boxes. This may result in better layouts
with some layout managers.The default value is false . |
ComboBox |
Integer |
This is initialized to 100 by Quaqua. Set this to a smaller value, if this breaks your application. |
Quaqua supports the regular and small size variant.
You can change the size of a combo box by setting the client property JComponent.sizeVariant, or by setting an appropriate font.
Combo boxes are displayed with regular size for the font Lucida Grande
13 and with small size for the font Lucida Grande 11.
|