What is the usual way to implement animations (e.g. a composite with a changing position, in SWT) so that they look equally fast on all machines?
The naive approach would be to use timestamps, to stop the time untill the next animation step.
Is there a more professional way?