!7 p { final AutoComboBox box = autoComboBox(ll("Hello", "World")); showForm(600, "", box, func { infoBox(getText(box)); false; }); }