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