static JScrollPane setScrollPaneBackground(Color c, JScrollPane sp) { if (sp != null && c != null) swing { sp.getViewport().setBackground(c); } ret sp; }