I want to view styled text, for example in html (not html file, just html string). I've tried using JEditorPane but it's so difficult, is there any more simple way?
JEditorPane.setText(htmlString)
JEditorPane tutorial