]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/FirstPanel.java
Add License Head to all files
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / FirstPanel.java
index 342c01c44306b4a68909cf65853c92289fa0ef81..5bd9cf1ce4f1c078544110cf5b168f45a5f56bba 100644 (file)
@@ -1,3 +1,15 @@
+/** @file\r
\r
+ Copyright (c) 2006, Intel Corporation\r
+ All rights reserved. This program and the accompanying materials\r
+ are licensed and made available under the terms and conditions of the BSD License\r
+ which accompanies this distribution.  The full text of the license may be found at\r
+ http://opensource.org/licenses/bsd-license.php\r
\r
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
\r
+ **/\r
 package org.tianocore.migration;\r
 \r
 import java.awt.*;\r
 package org.tianocore.migration;\r
 \r
 import java.awt.*;\r
@@ -124,8 +136,15 @@ public class FirstPanel extends JPanel implements ActionListener, UI {
     //---------------------------------------------------------------------------------------//\r
     \r
     public static void init() throws Exception {\r
     //---------------------------------------------------------------------------------------//\r
     \r
     public static void init() throws Exception {\r
-               JFrame.setDefaultLookAndFeelDecorated(true);\r
-               JFrame frame = new JFrame("FrameDemo");\r
+       \r
+       //UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());\r
+       UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());\r
+       //UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");\r
+       //UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");\r
+       //UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");\r
+       //UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");\r
+       \r
+               JFrame frame = new JFrame("MigrationTools");\r
                frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r
 \r
         FirstPanel fp = new FirstPanel();\r
                frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r
 \r
         FirstPanel fp = new FirstPanel();\r