hw.println(Messages.getString("HTMLOutputFormat.HYB_TEMPS_5") + //$NON-NLS-1$
tempFormat.format(fivePrime == null ? 0 : ProbeMakerPropertyUtils.getHybridizationTemp(fivePrime)) +
Messages.getString("HTMLOutputFormat.HYB_TEMPS_3") + //$NON-NLS-1$
tempFormat.format(threePrime == null ? 0 : ProbeMakerPropertyUtils.getHybridizationTemp(threePrime)));
hw.printEnclosed(Messages.getString("HTMLOutputFormat.MESSAGES"), HTMLWriter.H5); //$NON-NLS-1$
hw.printTag(HTMLWriter.UL);
for (Iterator i = ProbeMakerPropertyUtils.getAllMessages(p).iterator(); i.hasNext(); ) {
hw.printEnclosed(i.next().toString(), HTMLWriter.LI);
}
hw.printEndTag(HTMLWriter.UL);