static JTextArea wordWrapTextArea() { ret wrappedTextArea(); } static JTextArea wordWrapTextArea(JTextArea ta) { enableWordWrapForTextArea(ta); ret ta; }