!7 module OSChatBot > DynModule { transient S imageID = #1101205; transient JTextField tfInput; visualize { onEnter(tfInput = jCenteredTextField(), r { dm_setAIBarTextAndFire(getText(tfInput)) }); ret withBottomMargin(20, centerAndSouthWithMargins( westAndCenterWithMargin(jimage(imageID), dm_printLogComponent()), jvstackWithSpacing( setFontSize(20, jCenteredBoldLabel("Hello!")), setFontSize(16, tfInput))); } }