static L myFrames() { ret (L) swing(func { Map map = (Map) getOpt(mc(), "makeFrame_myFrames"); ret map == null ? new L : asList(keys(map)); }); }