jmModifyInformations.setForeground(MENU_MOUSE_PRESSED);
}
});
this.jmModifyInformations.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent aeComposeMessage){
new ModifyMyInformation(userName, dataBaseConnection);
}});
jmHelp.addMouseListener(new MouseAdapter(){