fixed some swing threading issues

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@487 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-01-28 11:44:51 +00:00
parent 4991d77715
commit fe0a17bf3e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class ECUExec {
public static void main(String args[]) { public static void main(String args[]) {
// check for dodgy threading - dev only // check for dodgy threading - dev only
//RepaintManager.setCurrentManager(new ThreadCheckingRepaintManager()); // RepaintManager.setCurrentManager(new ThreadCheckingRepaintManager(true));
// try create socket listener for shell opening new files // try create socket listener for shell opening new files
ServerSocket sock = null; // original server socket ServerSocket sock = null; // original server socket