return new JComboBox().getRenderer();
}
@Override
protected ComboPopup createPopup() {
EPComboPopup popup = new EPComboPopup(comboBox);
popup.setFont(HudPaintingUtils.getHudFont().deriveFont(Font.PLAIN));
// install a custom ComboBoxVerticalCenterProvider that takes into account the size of the
// drop shadow.
popup.setVerticalComponentCenterProvider(createComboBoxVerticalCenterProvider());
return popup;
}