}
private FontSet getWindowsFontSet() {
try {
UIManager.setLookAndFeel(new WindowsLookAndFeel());
return WindowsLookAndFeel.getFontPolicy().getFontSet("Windows", UIManager.getDefaults());
} catch (UnsupportedLookAndFeelException e) {
return null;
}
}