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