private JPanel createEntryList()
{
final Action addEntryAction = new AddEntryAction();
final Action removeEntryAction = new RemoveEntryAction();
model = new ConfigDescriptionModel();
entryList = new JList(model);
entryList.addListSelectionListener(new ConfigListSelectionListener());
final JToolBar toolbar = new JToolBar();
toolbar.setFloatable(false);