소스 검색

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

nor..67 12 년 전
부모
커밋
c4b08a208c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java

+ 2 - 1
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);