Question

I need to get the thumb icon which is used to select range in Jslider. How to get only the thumb icon from Jslider?

Was it helpful?

Solution

Something like:

UIDefaults defaults = UIManager.getDefaults();
Icon icon = defaults.getIcon("Slider.horizontalThumbIcon");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top