Search found 2 matches

by pcentgraf
Mon Dec 17, 2007 11:45 pm
Forum: JFreeChart
Topic: patch SWT/JFreechart
Replies: 6
Views: 7380

Missed One

FYI, SWTGraphics2D is still leaking SWT Transform objects in the setTransform(AffineTransform) method. I think you just need to add the Transform to the resource pool to take care of this.
by pcentgraf
Tue Oct 02, 2007 10:16 pm
Forum: JFreeChart
Topic: SWT ChartComposite vs. ChartCanvas
Replies: 1
Views: 2932

SWT ChartComposite vs. ChartCanvas

First, thanks for going to the effort to port JFreeChart to SWT. It has greatly simplified things for my project. However.... The SWT-based ChartComposite class extends the SWT Composite class, but it immediately creates an SWT Canvas and expands it to fill the entire area of the ChartComposite. The...