static A setFont(Font font, final A a) { if (a != null) swing { a.setFont(font); } ret a; }