static JWindow infoBoxConcat(O... l) { ret infoBox(concat(l)); } static JWindow printConcat(Iterable l) { ret infoBox(concat(l)); }