When enough events occur to go past the line capacity of the Main Log Window, it stays on the oldest log event. I believe the log window should move like a terminal window, always showing the most current event unless the user moves the scroll bar backwards to look at historical events. Then it should stay there until positioned to the most current event and then should stay "realtime" again.
Should update now on every print, and scroll appropriatley. 2006-09-20 Phil Muldoon <pmuldoon@redhat.com> * LogWidget.java (LogWidget): Create TextBuffer once on constructor. Create mark. (print): Don't create a new TextBuffer per print. Move endIter to mark after print. Scroll to mark after print.
Confirmed as fixed.