[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Doublebuffering with SWT
|
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