static L getChildren(final Container c) { ret c == null ? emptyList() : swing(func -> L { asList(c.getComponents()) }); }