static JComponent unwrapScrollPane(JScrollPane sp) { ret sp == null ? null : (JComponent) sp.getViewport().getView(); }