]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdBuildOptions.java
1. Fix EDKT214 "Framework Wizard is not synchronized with FrameworkDatabase.db when...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdBuildOptions.java
index ada2a82a11fb9118b3b2c65f1ce5e1364ca9e66a..6231d8aac3db6f9631cf70c5c82e2dbf38990ec5 100644 (file)
@@ -15,7 +15,6 @@
 package org.tianocore.frameworkwizard.platform.ui;\r
 \r
 import java.awt.BorderLayout;\r
-import javax.swing.BoxLayout;\r
 \r
 import javax.swing.JPanel;\r
 import javax.swing.JTabbedPane;\r
@@ -49,7 +48,6 @@ import org.tianocore.PlatformSurfaceAreaDocument;
 import org.tianocore.frameworkwizard.common.DataValidation;\r
 import org.tianocore.frameworkwizard.common.Identifications.OpeningPlatformType;\r
 import org.tianocore.frameworkwizard.common.ui.IInternalFrame;\r
-import org.tianocore.frameworkwizard.common.ui.ArchCheckBox;\r
 \r
 import java.io.File;\r
 import java.util.ArrayList;\r
@@ -66,8 +64,6 @@ public class FpdBuildOptions extends IInternalFrame {
 \r
     private final int twoRowHeight = 40;\r
 \r
-    private final int threeRowHeight = 60;\r
-\r
     private final int sepHeight = 6;\r
 \r
     private final int sepWidth = 10;\r
@@ -100,8 +96,6 @@ public class FpdBuildOptions extends IInternalFrame {
 \r
     private final int firstButtonLoc = next2LastButtonLoc - buttonWidth - sepWidth;\r
 \r
-    private final int starColumn = 2;\r
-\r
     private final int labelColumn = 12;\r
 \r
     private final int fieldColumn = 168;\r