shapePanel= new PanelComboBoxLinkedWithPanel(shapeChoice,shapeBuilders);
listEffect = new PanelLinkedComboBox(effectChoice);
isOneUse=new JCheckBox("Effet à une utilisation:");
ComboBoxChangeFunctionFirstCombo effectAddListener=new ComboBoxChangeFunctionFirstCombo(listEffect);
PanelChangeFunctionFirstCombo shapeAddListener=new PanelChangeFunctionFirstCombo(shapePanel);
effectAddListener.addListener();
shapeAddListener.addListener();
this.setLayout(new BorderLayout());
this.add(new JLabel("Ajouter un déclencheur"), BorderLayout.NORTH);
JPanel panelCenter = new JPanel();
panelCenter.setLayout(new BoxLayout(panelCenter, BoxLayout.Y_AXIS));