}else{
// On affiche le nom de la pièce
Object value = table.getValueAt(selectedRow, 0);
Representation rep = (Representation)value;
//System.out.println(value);
NtpPanel next = new SaisieInformations(p,a,res,rep,owner,this);
this.displayScreen(next);
}
}