SWTBotTree wizardTree = bot.tree();
wizardTree.expandNode("Examples").expandNode("GEF (Graphical Editing Framework)").expandNode("Logic M Diagram").select();
bot.button("Next >").click();
SWTBotTree projectSelectionTree = bot.tree();
projectSelectionTree.select(projectName);
bot.textWithLabel("File name:").setText(fileName);
bot.button("Finish").click();
bot.waitUntil(Conditions.shellCloses(shell));
}