2010-11-21 122 views

回答

0

您需要一個JTextPane。 JScrollPane適用於普通文本,但如果要使用樣式和字體以及在文本編輯器中看到的那些文件進行文檔處理,則需要JTextPane或JEditorPane。

您可以搜索JTextPane和JEditorPane的樣本用法。

+0

非常感謝。我如何使用rtf(或相關)文件創建DefaultStyledDocument? – rach 2010-11-23 00:55:58

+0

示例:http://www.java2s.com/Code/Java/Swing-JFC/JTextPaneStylesExample1.htm 執行Google搜索:「DefaultStyledDocument示例」。 – thotheolh 2010-11-27 04:54:24