static L allSwingComponentsOfType(Class theClass) { L frames = listAllFrames(); new L l; for (JFrame f : frames) scanForComponents(f, theClass, l); return l; }