static JComponent vstackImageSurfacesWithBorders(Iterable l) { ret jscroll(vstackWithSpacing(map(img -> jSection(jImageSurface(img)), l))); }