static JFrame showPackedFrameInBottomRightCorner(Component c) { ret moveToBottomRightCorner(showPackedFrame(c)); } static JFrame showPackedFrameInBottomRightCorner(S title, Component c) { ret setFrameTitle(title, showPackedFrameInBottomRightCorner(c)); }