Searched refs:PLAIN_FONTS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DDefaultMetalTheme.java96 private static final boolean PLAIN_FONTS; field in class:DefaultMetalTheme
106 * <code>swing.boldMetal</code> is false, or PLAIN_FONTS is true.
169 else if (PLAIN_FONTS) {
187 PLAIN_FONTS = false;
190 PLAIN_FONTS = true;

Completed in 79 milliseconds