[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Image Animation Flicker
|
- From: GMcCants@xxxxxxxx (Gerald McCants)
- Date: Fri, 20 Dec 2002 08:19:28 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
When animating the background is drawn before the image with every redraw.
This causes it to flicker badly. In java 1.3 the update(Graphics) method
was overridden so the background would not be drawn. What do I do in
Eclipse?