// It's editable, so install autocompletion for editable comboboxes
//noinspection ResultOfObjectAllocationIgnored
new EditableComboBoxAutoCompletion( comboBox );
} else {
//noinspection ResultOfObjectAllocationIgnored
new ComboBoxAutoCompletion( comboBox );
}
}
return component;
}