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