static Font sansSerifBold(int fontSize) { ret new Font(Font.SANS_SERIF, Font.BOLD, fontSize); }