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