I'm currently developing a GUI application in java using SWING where I have used JFreeGraph to display some data in a graphical format. The problem with that application is that it is very slow. I'm therefore interrested in trying to use SWT instead, however, I have not been able to find a similar graph product for SWT and I don't intend to use a ActiveX object. Can anyone point me in a direction of such a SWT tool or will I need to develop it from sracth.
I have not used JFreeGraph however I have used Quest Software's JClass Charting tools (http://java.quest.com/jclass/), and they perform really well. The only problem is that JClass is NOT free!
I am working on a project using SWT and wanted to find out if there are any SWT graphing tools available? The AWT-SWT bridge allows embedding JClass charts in SWT applications pretty easily (and quite seamlessly). However I want to find out if there are any SWT alternative charting tools available out there.