setFont()在Swing中,几乎所有继承自JComponent的组件(如JLabel,JButton,JTextField,JTextArea等)都使用同一个核心方法来设置字体:component.setFont(F...