static L listAllFrames() { new L l; for (Frame f : Frame.getFrames()) if (f instanceof JFrame) l.add((JFrame) f); return l; }