static Font sansSerif(int fontSize default defaultFontSize()) { ret new Font(Font.SANS_SERIF, Font.PLAIN, fontSize); }