I am sure several of you have had this issue:
I have a JTextArea in one of my swing apps. At a given point, I am pumping a lot of text to the JTextArea via the append() method.
The issue I see is that it doesn't display right away. Rather, it hangs and won't display until the very end. I would...