I needed a Multi Thumb Slider for java swing and i ended up using this
Multi knob (thumb) JSlider in Swing, after applying several tweaks to it as required by my application i made it working perfectly for the default or Metal LAF....
However I now need to change the applications Look and Feel to Nimbus, however this custom component is throwing an NPE in Nimbus.
The problem lies in its custom UI which calls super methods which use the basic UIManager properties which are not found in NImbus.
I have searched a lot on google and stumbled across Multi thumb slider in Nimbus L&F and Custom Slider UI throws NPE with Nimbus but no workaround yet.
any help would be appreciated