\n");// "
"
queryZoom = null;
queryZoom = new ArrayList
();
String appendToHome = null;
@@ -164,21 +165,22 @@ public class HtmlDashboard extends JPanel implements MouseListener,
String descriptionTrl = dp.get_Translation(MDashboardContent.COLUMNNAME_Description);
if (appendToHome != null) {
if (descriptionTrl != null)
- result += "" + descriptionTrl + "
\n";
- result += stripHtml(appendToHome, false) + "
\n";
+ result.append("").append(descriptionTrl).append("
\n");
+ result.append(stripHtml(appendToHome, false)).append("
\n");
}
if (dc.getAD_Menu_ID() > 0) {
- result += ""
- + descriptionTrl
- + "
\n");
+ result.append("");
+ result.append(descriptionTrl.toString());
+ result.append("
\n");
+
}
- result += "
\n";
+ result.append("
\n");
//result += "table id: " + rs.getInt("AD_TABLE_ID");
if (dc.getPA_Goal_ID() > 0)
- result += goalsDetail(dc.getPA_Goal_ID());
+ result.append(goalsDetail(dc.getPA_Goal_ID()));
}
}
catch (Exception e)
@@ -188,13 +190,13 @@ public class HtmlDashboard extends JPanel implements MouseListener,
finally
{
}
- result += "
\n"
- + "