static JTextArea jTextArea() { ret jTextArea(""); } static JTextArea jTextArea(fS text) { ret swing(func -> JTextArea { new JTextArea(text) }); }