public String getApplicationName() {
return "EditProperties";
}
public void preInit() {
mainModel = new MainModel();
mainModel.addTitleListener(new TitleListener());
// append the exit command to the main model
mainModel.appendMethod(new ExitCommand());
// attach the about command to the main model