static L activateMyFrames() { final L l = myFrames(); swing { for (JFrame f : l) activateFrame(f); } ret l; }