| [news.eclipse.platform.swt] Re: Doublebuffering with SWT |
Regards Stefan
Does SWT supports doublebuffering? Within my application I have to redraw often (10 times/sec) and without doublebuffering the whole screen is flickering! I saw implementations using the gc.drawImage(..) function but this is very slow and it seems to me that this function is copy the content of the image to the gc (instead of switching from one to the other buffer).
Regards Michael