static JTextArea jtextArea() { ret new JTextArea; } static JTextArea jtextArea(S text) { ret new JTextArea(text); }