static A setBackground(final Color color, final A a) { if (a != null) swing { a.setBackground(color); } ret a; }