DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40994>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40994 ------- Additional Comments From [EMAIL PROTECTED] 2006-12-24 08:08 ------- > (In reply to comment #5) > > This is fixed in SVN. (In reply to comment #6) > isn't this directly related to the other question with > updates-outside-of-swing-thread?? > i would say, calling component.repaint() is/was enough. > what do i miss?? Well the 'RepaintThread' doesn't just call 'repaint' it actually calls 'memoryStateChanged' listeners on the Swing components. The 'History' part of the window in particular then modifies a number of internal data structures that are also used during the Swing repaint. The two options were to make these methods thread safe (which there is a reasonable argument for), or to make the memoryStateChanged 'events' be delivered only in the swing thread (so they can't cause problems with the swing repaint). I picked the latter as it seemed easier... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]