static JTextArea makeBold(final JTextArea ta) { if (ta != null) swing { ta.setFont(ta.getFont().deriveFont(Font.BOLD)); } ret ta; }