Continously rotating knob/dial

If you want an example of how to do this yourself, I used the AffineTransform technique described here:

In my case it was for a ‘trim slider’ with continual rotation on the vertical axes, but you can easily modify the same AffineTransform to do a rotation instead of the translation I use …