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