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:
parent
24056c1979
commit
3d63112ccf
@ -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…
x
Reference in New Issue
Block a user