public Struts2GraphComponent(final XmlFile xmlFile) {
final ProgressIndicator progress = ProgressManager.getInstance().getProgressIndicator();
progress.setText("Initializing...");
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);