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