Search found 1 match

by Til
Wed Jan 12, 2005 3:16 pm
Forum: JFreeChart
Topic: How to use JFreeChart with SWT (includes sample code)
Replies: 27
Views: 237598

I'm the "Guest" who wrote the last post... I just found a faster way without the indirection over creating PNG data. Here is the code: public static Image createChartImage(Control parent, JFreeChart chart, int width, int height) { // Color adjustment Color swtBackground = parent.getBackground(); jav...