How can I force my JTextPane to repaint and/or relayout after I make changes?
JTextPane sometimes doesn’t want to repaint or relayout after making changes, even if you call repaint(), invalidate(), etc., particularly if your JTextPane contains embedded components or if your JTextPane updates aren’t made from the event dispatching thread or when the JTextPane is initially displayed.