Font font = textArea.getFont(); float size = font.getSize() + 1.0f; textArea.setFont( font.deriveFont(size) );