!7 cmodule SomeELEAnswerModule > DynSCP { start { ele_onInputAndNow(lambda1 process); } Pt minimumSize() { ret pt(300, 300); } void process(S input) q { LS l = getEmits(() -> ai_answerFromSpeechLog_singleWordChanged(input)); setComponent(vstackWithSpacing(map(l, s -> jLabelWithButtons("+", null, "-", null, "Say", r { dm_say(s) })))); } }