SDK NBI Installer:

- remove entries of products in install summary

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10155 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 24056c1979
commit 3d63112ccf
  1. 3
      sdk/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java

@ -38,7 +38,6 @@
*/
package org.mycompany.installer.wizard.components.panels;
import java.awt.ComponentOrientation;
import java.awt.GridBagConstraints;
import java.awt.Insets;
import java.awt.event.ActionEvent;
@ -221,6 +220,8 @@ public class PreInstallSummaryPanel extends ErrorMessagePanel {
text.append(StringUtils.LF);
text.append(" " + product.getInstallationLocation());
text.append(StringUtils.LF);
//normen-show only first item
break;
}
locationsPane.setText(text);

Loading…
Cancel
Save