static void appendToTextArea(final JTextArea ta, fS text) { if (ta != null) swing { ta.append(text); } }