javaswingjslider

Circular JSlider?


A JSlider by default takes a straight line shape. Can we make JSlider a circle resembling like speed-o-meter or circle with reading?

If anyone has done something similar to this task... Please share the code...

Thank You


Solution

  • JFreeChart has a DialPlot that might give you some ideas on how to do the rendering.