static L findAll(JFrame f, Class theClass) { new L l; scanForComponents(f, theClass, l); return l; }