static L getSwingChildren(Component c) { if (c instanceof Container) ret asList(((Container) c).getComponents()); ret emptyList(); }