String message = "Vous devez sélectionnez une représentation";
GU.warn(message);
}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);