static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h) { ret addInternalFrame(desktop, title, x, y, w, h); } static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h, Component contents) { ret addInternalFrame(desktop, title, x, y, w, h, contents); } static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, Rect r, Component contents) { ret addInternalFrame(desktop, title, r, contents); } static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final Component contents) { ret addInternalFrame(desktop, title, contents); } static JInternalFrame showInternalFrame(JDesktopPane desktop, S title) { ret addInternalFrame(desktop, title); }