Thread
:
how to show a html document on JTextPane
View Single Post
#
2
(
permalink
)
08-01-2007, 07:01 PM
palindrome
Member
Join Date: Aug 2007
Posts: 6
JTextPane extends JEditorPane. There are methods in there:
JEditorPane
e.g.
setContentType("text/html");
setPage(...);
palindrome
View Public Profile
Send a private message to palindrome
Find all posts by palindrome