for (final MouseListener ml : this.getMouseListeners())
this.removeMouseListener(ml);
this.jCoBo = new JComboBox(elements.toArray());
this.jCoBo.setRenderer(new ComboRenderer());
this.jCoBo.addActionListener(new ComboListener(this.jCoBo, rowPanel));
this.add(this.jCoBo);
this.setPreferredSize(new Dimension(this.jCoBo.getPreferredSize().width