]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdFrameworkModules.java
add multi-source pcd check before adding/deleting lib instance for ModuleSA in platform.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdFrameworkModules.java
index 57af40ea0719804cb9b1a75802ffbe2fea297d25..7a5a9d134a7c144d1942879eddfa79d6cb325319 100644 (file)
@@ -207,7 +207,7 @@ public class FpdFrameworkModules extends IInternalFrame {
     private JPanel getJPanelTop() {\r
         if (jPanelTop == null) {\r
             jLabel = new JLabel();\r
-            jLabel.setText("Modules in Workspace");\r
+            jLabel.setText("  Modules in Workspace");\r
             jPanelTop = new JPanel();\r
             jPanelTop.setLayout(new BorderLayout());\r
             jPanelTop.add(jLabel, java.awt.BorderLayout.NORTH);\r
@@ -227,7 +227,7 @@ public class FpdFrameworkModules extends IInternalFrame {
     private JPanel getJPanelBottom() {\r
         if (jPanelBottom == null) {\r
             jLabelModulesAdded = new JLabel();\r
-            jLabelModulesAdded.setText("Modules Added");\r
+            jLabelModulesAdded.setText("  Modules Added into Platform");\r
             jPanelBottom = new JPanel();\r
             jPanelBottom.setLayout(new BorderLayout());\r
             jPanelBottom.add(jLabelModulesAdded, java.awt.BorderLayout.NORTH);\r