]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Add "Splash Screen" back
authorhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Jan 2007 05:56:09 +0000 (05:56 +0000)
committerhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Jan 2007 05:56:09 +0000 (05:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2322 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/FrameworkWizardUI.java

index 7ffb84b42e5325f7c044ffce93ba194c321af6f9..c3452d7b4c86741226cc0ce4dc464dd3c2205e57 100644 (file)
@@ -1824,8 +1824,8 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
         //\r
         // Show splash screen\r
         //\r
-        //SplashScreen ss = new SplashScreen();\r
-        //ss.setVisible(true);\r
+        SplashScreen ss = new SplashScreen();\r
+        ss.setVisible(true);\r
 \r
         //\r
         // Init Global Data\r
@@ -1835,7 +1835,7 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
         //\r
         // Close splash screen\r
         //\r
-        //ss.dispose();\r
+        ss.dispose();\r
                 \r
         //\r
         // Init the frame\r
@@ -2655,7 +2655,7 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
         String path = null;\r
         IDefaultMutableTreeNode belongNode = null;\r
 \r
-//        try {\r
+        try {\r
             //\r
             // Get selected tree node\r
             //\r
@@ -2720,12 +2720,12 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
                                                                                  .findIndexOfListById(new PlatformIdentification(\r
                                                                                                                                  id));\r
             }\r
-//        } catch (Exception e) {\r
-//            Log.err("double click category: " + intCategory);\r
-//            Log.err("double click belong node: " + belongNode.toString());\r
-//            Log.err("double click id path: " + id);\r
-//            Log.err("double click exception: " + e.getMessage());\r
-//        }\r
+        } catch (Exception e) {\r
+            Log.err("double click category: " + intCategory);\r
+            Log.err("double click belong node: " + belongNode.toString());\r
+            Log.err("double click id path: " + id);\r
+            Log.err("double click exception: " + e.getMessage());\r
+        }\r
     }\r
 \r
     /**\r