Need help for two thing:: JFace/SWT and Drawing an updating graph! plz help
Hey all,
This is my first post on this forum and I was wondering if you guys can help me with two problems that im currently having and I would be really grateful.
1. When ever i try to use the SWT/JFace tools and run it as a java app. I get this error:
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor
Exception in thread "main"
any suggestions??
2. Now this is my main question:: How should I go about programming a graph that updates based on numbers in an array? Basically set of numbers in an array ( unsorted ), and as it is getting sorted I want a graph displaying how it is getting sorted. The graph is just a basic XY chart.
Thank you.