The following UIManager properties are unique to the Quaqua Look and Feel.
Property | Default Value |
Notes |
---|---|---|
|
true |
Makes JFileChooser's automatically validate the contents of a directory,
when the user clicks at it. Set this to false , if you experience
performance problems, e.g. when using JFileChooser's to choose files
from large directories (> 1000 entries) over a slow network connection. |
|
false | Controls the default opaqueness of components. Set this to true if
your application logic depends on components being opaque. |
|
false | Enforces the visual margin on the specified component, if set to true. |
|
100 | Sets the maximum row count for the combo box popup. |
ComboBox |
false |
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. |
|
These properties define the background colors (java.awt.Color )
used for drawing alternating row colors in lists. |
|
|
360 | Sets the width for HTML messages displayed in an option pane. Set this to 0 to prevent Quaqua from enforcing the width. |
|
60 | Sets the maximum number of characters in text messages displayed in
an option pane. Set this to Integer.MAX_VALUE if you want the width of
method JOptionPane. getMaxCharacterPerLineCount() being used instead. |
RootPane |
10 | Sets the distance up to which windows snap to the edges of each other and to the edges of the screen. Setting this to 0 or less, turns snapping off. Note: Snapping is only in effect for look and feel decorated windows. |
RootPane |
false |
Default value for the client property |
ScrollBar |
This boolean property defines the placement of scroll bar buttons. The default value is retrieved from the Appearance panel of the Mac OS X System Preferences. | |
|
These properties define the background colors (java.awt.Color )
used for drawing alternating row colors in tables. |
|
|
These properties define the background colors (java.awt.Color )
used for drawing alternating row colors in trees. |
|
|
Set this to
The System property Quaqua.TextComponent.autoSelect determines the default value for these properties. |
Property | Notes |
---|---|
|
See the Apple Human Interface Guidelines Fonts guidelines for a description on how to use these fonts. |
|
|
|
|
|
|
MiniSystemFont |
|
EmphasizedMiniSystemFont |
|
ApplicationFont |
|
LabelFont |
|
ViewFont |
|
|
Property | Notes |
---|---|
|
Set this to true to display the clip bounds of Quaqua
user interface delegates. |
|
Set this to true to display the visual bounds of Quaqua
user interface delegates. |
|
Specifies the java.awt.Color used for drawing the component
bounds when Quaqua.Debug.showVisualBounds is turned on. |
|
Specifies the java.awt.Color used for drawing the uppercase
text bounds when Quaqua.Debug.showVisualBounds is turned
on. |
|
Specifies the java.awt.Color used for drawing the clip
bounds when Quaqua.Debug.showClipBounds is turned on. |