text = "Local IP-Address. Recommended for Laptop use or Demonstration purposes";
} else {
text = "Public IP-Address. Recommended for Workstation or Server use";
}
choices.add(new CommandLink(label,text));
}
int choice = TaskDialogs.choice(null,
"Select host address to use for configuring the Apache Marmotta.",
"For demonstration purposes or laptop installations it is recommended to select \n\"localhost\" below. For server and workstation installations, please select a \npublic IP address.", 0, choices);