HTML in JTextArea of JEditorPane, JTextPane
问题 Right I already worked out that JTextArea or JTextField don't support HTML. I want to add text to a "screen" like a JTextArea and later keep appending text to it. I tried with JTextArea which worked wonderfully, but it does not support formatting it seems... So I tried using JEditorPane's subclass JTextPane, but this one does not have it's append function... Can someone guid me in the right direction how I easily can append text to a JTextPane or format a JTextArea. Or if there is any other