static JScrollPane jscroll(final Component c) { ret swing(func -> JScrollPane { new JScrollPane(c) }); }