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
This commit is contained in:
nor..67 2013-01-25 16:45:22 +00:00
parent 24056c1979
commit 3d63112ccf

View File

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