static JScrollPane jscroll(Component c) swing { ret c cast JScrollPane ? c : new JScrollPane(c); }