mirror of https://github.com/acidanthera/audk.git
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:
parent
4d1fe68e1c
commit
b79fc8357f
|
@ -1824,8 +1824,8 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
|
||||||
//
|
//
|
||||||
// Show splash screen
|
// Show splash screen
|
||||||
//
|
//
|
||||||
//SplashScreen ss = new SplashScreen();
|
SplashScreen ss = new SplashScreen();
|
||||||
//ss.setVisible(true);
|
ss.setVisible(true);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Init Global Data
|
// Init Global Data
|
||||||
|
@ -1835,7 +1835,7 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
|
||||||
//
|
//
|
||||||
// Close splash screen
|
// Close splash screen
|
||||||
//
|
//
|
||||||
//ss.dispose();
|
ss.dispose();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Init the frame
|
// Init the frame
|
||||||
|
@ -2655,7 +2655,7 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
|
||||||
String path = null;
|
String path = null;
|
||||||
IDefaultMutableTreeNode belongNode = null;
|
IDefaultMutableTreeNode belongNode = null;
|
||||||
|
|
||||||
// try {
|
try {
|
||||||
//
|
//
|
||||||
// Get selected tree node
|
// Get selected tree node
|
||||||
//
|
//
|
||||||
|
@ -2720,12 +2720,12 @@ public class FrameworkWizardUI extends IFrame implements KeyListener, MouseListe
|
||||||
.findIndexOfListById(new PlatformIdentification(
|
.findIndexOfListById(new PlatformIdentification(
|
||||||
id));
|
id));
|
||||||
}
|
}
|
||||||
// } catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// Log.err("double click category: " + intCategory);
|
Log.err("double click category: " + intCategory);
|
||||||
// Log.err("double click belong node: " + belongNode.toString());
|
Log.err("double click belong node: " + belongNode.toString());
|
||||||
// Log.err("double click id path: " + id);
|
Log.err("double click id path: " + id);
|
||||||
// Log.err("double click exception: " + e.getMessage());
|
Log.err("double click exception: " + e.getMessage());
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue