java.lang.Object
is.codion.swing.common.ui.component.combobox.Completion

public final class Completion extends Object
Selects an item in a JComboBox based on values typed on the keyboard.
  Completion.builder()
      .mode(Mode.AUTOCOMPLETE)
      .normalize(false)
      .enable(comboBox);

Based on code originally from: http://www.orbital-computer.de/JComboBox
Included with permission.