well your component would have to load a bunch of Image objects for the frames, and draw whichever one is correct for the value.
Youād probably want to do a custom component for it, although you could also use the Slider class if you gave it a custom LookAndFeel which drew the images instead of the normal rotary slider graphics.
Havenāt got an example for exactly what youāre doing, but itās really pretty basic stuff. All the elements of what you need to do, like loading images, drawing them, responding to mouse clicks, etc are done in the juce demo and jucer.