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