sS jlabel_textAsHTML_center_ifNeeded(S text) { if (swic(text, "") && ewic(text, "")) ret text; if (!containsNewLines(text)) ret text; ret jlabel_textAsHTML_center(text); }