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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java309 final boolean replaceFont = (font == null || font instanceof UIResource);
315 if (replaceFont) frame.setFont(UIManager.getFont("InternalFrame.optionDialogTitleFont"));
319 if (replaceFont) frame.setFont(UIManager.getFont("InternalFrame.paletteTitleFont"));
324 if (replaceFont) frame.setFont(UIManager.getFont("InternalFrame.titleFont"));
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java797 * be installed, but replaceFont will continue to allow
848 replaceFont(oldFont, newFont);
2582 replaceFont((PhysicalFont)font2D, getDefaultPhysicalFont());
2590 public synchronized void replaceFont(PhysicalFont oldFont, method in class:SunFontManager

Completed in 55 milliseconds