//create a new fighter squadron entity
//FighterSquadron chosen = fs;
//fs.compileSquadron();
autoSetSkills(fs);
fs.setOwner(c.getLocalPlayer());
c.sendAddEntity(fs);
//clear the current squadron
squadron.removeAllElements();
//fs.fighters.removeAllElements();
listFightersSelected.removeAll();
setVisible(false);