JTextPane appending a new string
I doubt that is the recommended approach for appending text. This means every time you change some text you need to reparse the entire document. The reason people may do this is because the don’t understand how to use a JEditorPane. That includes me. I much prefer using a JTextPane and then using attributes. A … Read more