}
};
this.pathsSearcher = new PathsSearcher();
this.criticalPathSearcher = new CriticalPathSearcher();
this.cycleSearcher = new CycleSearcher();
toolBar = new JToolBar();
toolBar.setFloatable(false);
toolBar.add(cycleSearcher.getView());
toolBar.add(pathsSearcher.getView());