static Component showFrame_returnContents(O content) { ret getFrameContents(showFrame(content)); } static Component showFrame_returnContents(String title, O content) { ret getFrameContents(showFrame(title, content)); }