Hassan M. Messages: 7 Registered: September 2011 Location: Ohio
Junior Member
I've just downloaded the current version of Zest. One of the JAR files is called org.eclipse.zest.core_1.3.0.v20110221-2050.jar. So, my code uses a clear() method for clearing all the elements in a graph, like this:
wbsGraph = new Graph(this,SWT.NONE);
...
wbsGraph.clear();
But this doesn't work anymore. Was this method removed from the current version? Is there another way of doing this?