]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/ui/IDialog.java
1. Add help for ToolChainConfig
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / ui / IDialog.java
index 57f3b4e2dcfdad6a6760a46b8f56dc7795c359ed..3272d207f38472b94568d28c2872bf77693ca69d 100644 (file)
@@ -67,9 +67,6 @@ public class IDialog extends JDialog implements ActionListener {
         initialize();\r
     }\r
 \r
-    /**\r
-     * This is the override constructor\r
-     */\r
     /**\r
      This is the override constructor\r
      \r
@@ -80,6 +77,17 @@ public class IDialog extends JDialog implements ActionListener {
         super(parentFrame, modal);\r
         initialize();\r
     }\r
+    \r
+    /**\r
+     This is the override constructor\r
+     \r
+     @param parentFrame The parent frame which open the dialog\r
+     @param modal true means the dialog is modal dialog; false means the dialog is not modal dialog\r
+     **/\r
+    public IDialog(IDialog parentFrame, boolean modal) {\r
+        super(parentFrame, modal);\r
+        initialize();\r
+    }\r
 \r
     /**\r
      This method initializes this\r