static A makeNonBold(final A c) { if (c != null) swing { c.setFont(c.getFont().deriveFont(Font.PLAIN)); } ret c; }