final Project project = xmlFile.getProject();
final Graph2D graph = GraphManager.getGraphManager().createGraph2D();
final Graph2DView view = GraphManager.getGraphManager().createGraph2DView();
progress.setText("Building model...");
final StrutsDataModel myDataModel = new StrutsDataModel(xmlFile);
final StrutsPresentationModel presentationModel = new StrutsPresentationModel(graph);
progress.setText("Setup graph...");
myBuilder = GraphBuilderFactory.getInstance(project).createGraphBuilder(graph,
view,