Ascalonian
Programmer
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 like this to display each append individually.
I am pretty sure this is a threading issue. Anyone know a solution so that each line I am appending to the JTextArea can be seen?
Thanks!
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 like this to display each append individually.
I am pretty sure this is a threading issue. Anyone know a solution so that each line I am appending to the JTextArea can be seen?
Thanks!