}// </editor-fold>//GEN-END:initComponents
private void SaveJButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_SaveJButtonActionPerformed
final String sName = name.getText();
final String sDescr = description.getText();
final Target sTarget = (Target)target.getSelectedItem();
final Utilization sUse = (Utilization)use.getSelectedItem();
//TODO : Rajouter nombre de tour
final Spell spell = new Spell (sName, sDescr, sTarget, listChangeStatut, cost, sUse, 1);
guiModel.initSpellPopUpResponse(spell);
this.reset();