final WebList historyList = new WebList ( supportedComponents );
historyList.setOpaque ( false );
historyList.setVisibleRowCount ( Math.min ( 10, supportedComponents.size () ) );
historyList.setRolloverSelectionEnabled ( true );
historyList.setSelectedValue ( selectedType );
historyList.setCellRenderer ( new WebComboBoxCellRenderer ()
{
@Override
public Component getListCellRendererComponent ( final JList list, final Object value,
final int index, final boolean isSelected,
final boolean cellHasFocus )