static JScrollPane withoutViewportBorder(JScrollPane sp) { if (sp != null) swing { sp.setViewportBorder(null); } ret sp; }