|
|
|
@ -200,7 +200,6 @@ public class UpdateMainDialog extends UIDialog {
|
|
|
|
|
jarUpdateContentPane.add(jarUpdateContentPane2); |
|
|
|
|
jarVersionInfoPane = TableLayoutHelper.createCommonTableLayoutPane(new Component[][]{ |
|
|
|
|
new Component[]{new UILabel(), new UILabel(), new UILabel()}, |
|
|
|
|
new Component[]{new UILabel(), initPaneContent(getBackground(), rowUpdateContentPaneSize, columnUpdateContentPaneSize, new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Updater_JarUpdate")), new UILabel()), new UILabel()}, |
|
|
|
|
new Component[]{new UILabel(), jarUpdateContentPane, new UILabel()} |
|
|
|
|
}, rowUpdatePaneSize, columnUpdatePaneSize, LayoutConstants.VGAP_LARGE); |
|
|
|
|
} |
|
|
|
|