static JFrame showPackedFrame(S title, Component contents) { ret packFrame(showFrame(title, contents)); } static JFrame showPackedFrame(Component contents) { ret packFrame(showFrame(contents)); }