4

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

Tim Lloyd
  • 37,954
  • 10
  • 100
  • 130
Sri
  • 669
  • 2
  • 13
  • 25

1 Answers1

3

Something like:

UIDefaults defaults = UIManager.getDefaults();
Icon icon = defaults.getIcon("Slider.horizontalThumbIcon");
Tim Lloyd
  • 37,954
  • 10
  • 100
  • 130