static JTextArea showTextWordWrapped(fS title, fS text) { ret showWrappedText(title, text); } static JTextArea showTextWordWrapped(O text) { ret showWrappedText(text); }