svn commit: r13809 - trunk/src_new/org/argouml/ui/ProjectBrowser.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-11-22 20:38:15-0800
New Revision: 13809

Modified:
   trunk/src_new/org/argouml/ui/ProjectBrowser.java

Log:
Don't mess with thread priorities

Modified: trunk/src_new/org/argouml/ui/ProjectBrowser.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/ProjectBrowser.java?view=diff&rev=13809&p1=trunk/src_new/org/argouml/ui/ProjectBrowser.java&p2=trunk/src_new/org/argouml/ui/ProjectBrowser.java&r1=13808&r2=13809
==============================================================================
--- trunk/src_new/org/argouml/ui/ProjectBrowser.java	(original)
+++ trunk/src_new/org/argouml/ui/ProjectBrowser.java	2007-11-22 20:38:15-0800
@@ -148,6 +148,7 @@
         assert Position.Center.toString().equals(BorderSplitPane.CENTER);
         assert Position.North.toString().equals(BorderSplitPane.NORTH); 
         assert Position.NorthEast.toString().equals(BorderSplitPane.NORTHEAST); 
+        assert Position.South.toString().equals(BorderSplitPane.SOUTH); 
     }
     
     /**
@@ -1468,7 +1469,6 @@
      */
     public void loadProjectWithProgressMonitor(File file, boolean showUI) {
         LoadSwingWorker worker = new LoadSwingWorker(file, showUI);
-        Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
         worker.start();
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.