!7 p { S guess = findAIConcept("My Computer"); final JTextField tf = jTextField(guess); showForm("Who am I (concept ID)?", tf, r { S me = getTextTrim(tf); messageBox("I am " + me + "!"); }); }