尝试使用JEditorPane / JTextPane
http://download.oracle.com/javase/tutorial/uiswing/components/editorpane.html
这些支持HTML格式。普通的Jtextarea的setFont方法将为整个textarea设置字体。

尝试使用JEditorPane / JTextPane
http://download.oracle.com/javase/tutorial/uiswing/components/editorpane.html
这些支持HTML格式。普通的Jtextarea的setFont方法将为整个textarea设置字体。