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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java109 private boolean useSystemFontSettings = true; field in class:WindowsLookAndFeel
167 new GetPropertyAction("swing.useSystemFontSettings"));
168 useSystemFontSettings = (systemFonts == null ||
171 if (useSystemFontSettings) {
172 Object value = UIManager.get("Application.useSystemFontSettings");
174 useSystemFontSettings = (value == null ||
557 if (useSystemFontSettings) {
611 "Application.useSystemFontSettings", Boolean.valueOf(useSystemFontSettings),
1747 if (useSystemFontSettings) {
[all...]

Completed in 26 milliseconds