From: <fra...@us...> - 2009-03-06 14:39:50
|
Revision: 1255 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1255&view=rev Author: frankrimlinger Date: 2009-03-06 14:39:31 +0000 (Fri, 06 Mar 2009) Log Message: ----------- Nothing like a good night's sleep to restore sanity. Removed the KeyListener, and just wrapped LogWindow.addText() in a SwingUtilities.invokelater(). Problem solved. If you *really* need instant logging, then just redirect to the console window. Hopefully this is the last of the concurrency bugs. Proceeding to build the baseline test sessions. Modified Paths: -------------- branches/mango/extensions/mango/Mango/src/mango/control/window/LogWindow.java Removed Paths: ------------- branches/mango/extensions/mango/Mango/src/mango/workstation/msg/AddTextCommand.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |