static A renameFrame(A c, S title) { ret setFrameTitle(c, title); } static A renameFrame(S title, A c) { ret setFrameTitle(c, title); }