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