905906907908909910911912913914915
view.setParent(group); return (SWTJGraphPane) jGraphPane; } public void run() throws Exception{ controller = new OntoSpreadController(); createContents(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()){ display.sleep();