I am trying to draw and animate using SWT with PaintListeners. I would like to influence the animation time, so I looked far and wide, but could not find anything explaining where and how it is generated PaintEvents, and how to influence it, for example, forcing the frame rate or sending PaintEvent only to create Widgets.
So how can this be done? And, if it will be done at all? - without finding anything in this topic, we can assume that there may be a better way.
source
share