Introduce the GUI program of Java Swing using small source code examples.
Font font = new Font(Font.MONOSPACED, Font.PLAIN, 18).deriveFont( AffineTransform.getScaleInstance(.9, 1d)); textArea.setFont(font);