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