X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fpackaging%2Fui%2FSpdGuidDecls.java;fp=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fpackaging%2Fui%2FSpdGuidDecls.java;h=94e2e9655365baf8b4a71f5e0e273bf231c58abd;hb=8792f60fcb339fedcc1a62b1da3dbb0cfc4b5d1b;hp=9ffefec4a42611987ad551a1acdf9583e6e54d78;hpb=f094c270ee43515a3337e2b8e8327ca7e09d2581;p=mirror_edk2.git diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/packaging/ui/SpdGuidDecls.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/packaging/ui/SpdGuidDecls.java index 9ffefec4a4..94e2e96553 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/packaging/ui/SpdGuidDecls.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/packaging/ui/SpdGuidDecls.java @@ -708,12 +708,12 @@ public class SpdGuidDecls extends IInternalFrame implements TableModelListener{ public void componentResized(ComponentEvent arg0) { int intPreferredWidth = 500; - resizeComponentWidth(this.jTextFieldName, this.getWidth(), intPreferredWidth); - resizeComponentWidth(this.jTextFieldAdd, this.getWidth(), intPreferredWidth); - resizeComponentWidth(this.jTextFieldVersion, this.getWidth(), intPreferredWidth); - resizeComponentWidth(this.jTextFieldHelp, this.getWidth(), intPreferredWidth); - resizeComponentWidth(this.jScrollPane, this.getWidth(), intPreferredWidth); - relocateComponentX(this.jButtonGen, this.getWidth(), this.getPreferredSize().width, 40); + Tools.resizeComponentWidth(this.jTextFieldName, this.getWidth(), intPreferredWidth); + Tools.resizeComponentWidth(this.jTextFieldAdd, this.getWidth(), intPreferredWidth); + Tools.resizeComponentWidth(this.jTextFieldVersion, this.getWidth(), intPreferredWidth); + Tools.resizeComponentWidth(this.jTextFieldHelp, this.getWidth(), intPreferredWidth); + Tools.resizeComponentWidth(this.jScrollPane, this.getWidth(), intPreferredWidth); + Tools.relocateComponentX(this.jButtonGen, this.getWidth(), this.getPreferredSize().width, 40); }