static JTextArea jTextArea() { ret jTextArea(""); } static JTextArea jTextArea(fS text) { ret swingNu(JTextArea.class, text); }