static A replaceAllComponents(final A c, final L components) { swing { c.removeAll(); addAllComponents(c, components); revalidate(c); } ret c; }