static Font typeWriterFont() { ret typeWriterFont(14); } static Font typeWriterFont(int size) { ret new Font("Courier", Font.PLAIN, size); }