static A makeBold(final A c) { if (c != null) swing { c.setFont(c.getFont().deriveFont(java.awt.Font.BOLD)); } ret c; }