static A setBorder(Border border, A c) { if (c != null) swing { c.setBorder(border); } ret c; }