static JTextArea showTextArea(fS title, O text) { ret showText(title, text); } static JTextArea showTextArea(O text) { ret showText(text); } static JTextArea showTextArea(S text) { ret showText(text); } static JTextArea showTextArea() { ret showText(); }