game.setText(Constants.NEWGAME);
game.addSelectionListener(new NewGameButtonListener(shell));
MenuItem exit = new MenuItem(fileMenu, SWT.NULL);
exit.setText(Constants.CLOSEBUTTONLABEL);
exit.addSelectionListener(new CloseButtonListener(shell));
MenuItem infoTitle = new MenuItem(menu, SWT.CASCADE);
infoTitle.setText(Constants.INFO);
Menu infoMenu = new Menu(shell, SWT.DROP_DOWN);