static RootPaneContainer getPossiblyInternalFrame(Component c) { JInternalFrame f = getInternalFrame(c); if (f != null) ret f; ret optCast(RootPaneContainer.class, getWindow(c)); }