Re: JTextArea append method doesn't always append



Lee Graba <leegraba@xxxxxxxx> writes:

Also, when log messages
don't show up in the JTextArea, it isn't always the last one. Sometimes
one is missing, but a later log message does show up. It seems to be
dropping some of the messages that are appended.

This sounds like it might be a threading issue, despite the fact that
append is supposed to be thread safe.

Do the "dropped" messages ever appear later, out of order?
Do they appear as expected if you also write them, say to System.out?

--
Thomas A. Russ, USC/Information Sciences Institute
.