Contains classes to configure the JGoodies L&Fs.
See: Description
Interface Summary | |
---|---|
FontPolicy | Looks up and returns a FontSet. |
FontSet | Returns the Fonts used by a Look&Feel or theme. |
MicroLayoutPolicy | Looks up and returns a MicroLayout. |
Class Summary | |
---|---|
BorderStyle | Describes the border styles for JMenuBar and JToolBar. |
FontPolicies |
Provides predefined FontPolicy implementations. Note: The available policies work well on Windows. |
Fonts | Provides static access to popular Windows fonts. |
FontSets | Provides predefined FontSet implementations. |
HeaderStyle | Describes the header styles for JMenuBar and JToolBar. |
LookUtils | Provides convenience behavior used by the JGoodies Looks. |
MicroLayout | Describes the insets and margins used by a Look&Feel or theme. |
MicroLayoutPolicies | Provides predefined MicroLayoutPolicy implementations. |
MicroLayouts | A factory that vends predefined MicroLayout instances. |
Options |
Provides access to optional features of the JGoodies L&Fs
via a key to the system properties, via a key for the UIDefaults
table, via a method, or all of them.API users can use this class' constants or their values to configure the JGoodies L&amP;f. |
See Also: com.jgoodies.looks.common com.jgoodies.looks.plastic com.jgoodies.looks.plastic.theme com.jgoodies.looks.windows