gui.setTab("Federate",null);
DFAgentDescription editedDfd ;
DFAgentDescription dfd = gui.myAgent.getDescriptionOfThisDF();
AIDGui insertDlg = new AIDGui(gui);
insertDlg.setTitle("Insert the AID of the DF with which federate");
AID parent = insertDlg.ShowAIDGui(null,true,true);
if (parent != null)
{
DFAgentDscDlg dlg = new DFAgentDscDlg((Frame) gui);
//FIXME the AID should not be editable