static JInternalFrame showCenteredInternalFrame(final JDesktopPane desktop, fS title, final int w, final int h, Component contents) { ret centerInternalFrame(w, h, addInternalFrame(desktop, title, contents)); }