Exemplo n.º 1
0
 public static JBFont create(String fontFamily, int size) {
   return JBFont.create(new Font(fontFamily, Font.PLAIN, size));
 }
Exemplo n.º 2
0
 public static JBFont label() {
   return JBFont.create(UIManager.getFont("Label.font"), false);
 }