!7 static JTextArea ta; static IVar text; p { Class recognizer = hotwire(#1009816); text = persistentVar("Text"); showFrame(ta = bindTextAreaToVar(text, jwordwraptextarea())); set(recognizer, onUtterance := voidfunc(S utterance) { appendToTextArea(ta, utterance + "\n"); }); set(recognizer, startRecognition := true); callMain(recognizer); call(recognizer, 'botsToSendTo, ll()); }