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