public void update(Observable o, Object arg) {
checkView();
}
};
this.pathsSearcher = new PathsSearcher();
this.criticalPathSearcher = new CriticalPathSearcher();
this.cycleSearcher = new CycleSearcher();
toolBar = new JToolBar();
toolBar.setFloatable(false);