Fields Summary |
---|
private static final boolean | PLAIN_FONTSWhether or not fonts should be plain. This is only used if
the defaults property 'swing.boldMetal' == "false". |
private static final String[] | fontNamesNames of the fonts to use. |
private static final int[] | fontStylesStyles for the fonts. This is ignored if the defaults property
swing.boldMetal is false, or PLAIN_FONTS is true. |
private static final int[] | fontSizesSizes for the fonts. |
private static final String[] | defaultNamesSystem property names used to look up fonts. |
private static final ColorUIResource | primary1 |
private static final ColorUIResource | primary2 |
private static final ColorUIResource | primary3 |
private static final ColorUIResource | secondary1 |
private static final ColorUIResource | secondary2 |
private static final ColorUIResource | secondary3 |
private FontDelegate | fontDelegate |