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