static Container showFramePossiblyInternal(JDesktopPane desktop, S title) { if (desktop == null) ret showFrame(title); ret showInternalFrame(desktop, title, null); }