static Container getPossiblyInternalFrame(Component c) { JInternalFrame f = getInternalFrame(c); if (f != null) ret f; ret getFrame(c); }