static JTextArea jTextAreaWithUndo() { ret jTextAreaWithUndo(""); } static JTextArea jTextAreaWithUndo(fS text) { ret jenableUndoRedo(jTextArea(text)); }