static L getComponents(final Component c) { ret !(c instanceof Container) ? emptyList() : asList(swing(func -> Component[] { c.getComponents() })); }