Glen
Whichever way you look at it, JFreeChart is one sensational charting library. So, what do you do if you’re hacking SWT apps?
Couple of options. You can use the SWT_AWT bridge stuff and take your chances on non-Windows platforms. Or, you can use some very nifty code here on the jfree forums to create an SWT Image from an AWT BufferedImage. (I’m using the code from Til at the bottom of the...