1. Add "Splash Screen" back

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2322 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hche10x 2007-01-26 05:56:09 +00:00
parent 4d1fe68e1c
commit b79fc8357f
1 changed files with 10 additions and 10 deletions

View File

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