X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2FAbout.java;h=95c06b8200ab0812ee93601a8a75315e55fa3cbc;hp=fe97d8ac68a91f6861772454814edfc67a809fa3;hb=43dc3851cf49c09acba2224a3bd9b4c96931e526;hpb=f28c0830515daafb80e7b266df52b698b06b5079 diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/About.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/About.java index fe97d8ac68..95c06b8200 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/About.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/About.java @@ -35,13 +35,13 @@ import javax.swing.ImageIcon; public class About extends IDialog { /// - /// Define class Serial Version UID + /// Define Class Serial Version UID /// private static final long serialVersionUID = 2958136136667310962L; - // - //Define class members - // + /// + /// Define Class Members + /// private JPanel jContentPane = null; private JLabel jLabel = null; @@ -70,11 +70,6 @@ public class About extends IDialog { return jButtonOK; } - public static void main(String[] args) { - About a = new About(); - a.setVisible(true); - } - /** This is the default constructor