static AutoComboBox replaceConsoleInputWithAutoComboBox() { AutoComboBox cb = autoComboBox(); awtReplaceComponent(consoleInputField(), cb); ret cb; }