static L allSwingComponents() { L frames = listAllFrames(); new L l; for (JFrame f : frames) scanForComponents(f, Component.class, l); return l; }