Search found 1 match

by dngrmoose
Fri May 09, 2008 12:32 am
Forum: JFreeChart
Topic: patch SWT/JFreechart
Replies: 6
Views: 7379

pcentgraf - indeed you are correct. I am developing an Eclipse RCP application, and was getting SWT no more handles exceptions every now and again. I've made some changes to SWTGraphics2D which appears to have fixed the problem. public void setTransform(AffineTransform Tx) { Transform t = toSwtTrans...