List of usage examples for com.jgoodies.looks.plastic PlasticLookAndFeel getFontPolicy
public static FontPolicy getFontPolicy()
From source file:FontTest.java
License:Open Source License
private FontSet getPlasticFontSet() { try {/* w w w . j av a 2s .co m*/ UIManager.setLookAndFeel(new PlasticXPLookAndFeel()); return PlasticLookAndFeel.getFontPolicy().getFontSet("Plastic", UIManager.getDefaults()); } catch (UnsupportedLookAndFeelException e) { return null; } }