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