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