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