Searched defs:useSystemFonts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java109 private static boolean useSystemFonts; field in class:MetalLookAndFeel
122 useSystemFonts = (systemFonts != null &&
134 static boolean useSystemFonts() { method in class:MetalLookAndFeel
135 if (isWindows() && useSystemFonts) {
157 if (isWindows() && useSystemFonts()) {
1540 if (isWindows() && useSystemFonts() && theme.isSystemTheme()) {

Completed in 56 milliseconds