static JComponent unwrap(JComponent c) { ret c instanceof JScrollPane ? unwrapScrollPane((JScrollPane) c) : c; }