static JComponent componentToJComponent(Component c) { if (c instanceof JComponent) ret (JComponent) c; if (c instanceof JFrame) ret ((JFrame) c).getRootPane(); if (c == null) null; fail("boohoo " + getClassName(c)); }