svn commit: r13950 - branches/work_issue4925_mvw/org/argouml/application/Main.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-12-18 14:11:10-0800
New Revision: 13950

Modified:
   branches/work_issue4925_mvw/org/argouml/application/Main.java

Log:
Move the initialisation of the CheckList panel - so that ArgoUML starts again.

Modified: branches/work_issue4925_mvw/org/argouml/application/Main.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/work_issue4925_mvw/org/argouml/application/Main.java?view=diff&rev=13950&p1=branches/work_issue4925_mvw/org/argouml/application/Main.java&p2=branches/work_issue4925_mvw/org/argouml/application/Main.java&r1=13949&r2=13950
==============================================================================
--- branches/work_issue4925_mvw/org/argouml/application/Main.java	(original)
+++ branches/work_issue4925_mvw/org/argouml/application/Main.java	2007-12-18 14:11:10-0800
@@ -147,7 +147,6 @@
             // Get the splash screen up as early as possible
             st.mark("create splash");
             SplashScreen splash = null;
-            SubsystemUtility.initSubsystem(new InitCheckListUI());
             if (!batch) {
                 // We have to do this to set the LAF for the splash screen
                 st.mark("initialize laf");
@@ -419,6 +418,7 @@
             SubsystemUtility.initSubsystem(new InitNotationUml());
             SubsystemUtility.initSubsystem(new InitNotationJava());
             SubsystemUtility.initSubsystem(new InitDiagramAppearanceUI());
+            SubsystemUtility.initSubsystem(new InitCheckListUI());
         }
         return pb;
     }
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.