static JComponent componentToJComponent(Component c) { ret c == null ? null : c instanceof JComponent ? c/JComponent : singleComponentPanel(c); }