How to get thumb icon of swing jslider?
I need to get the thumb icon which is used to开发者_运维知识库 select range in Jslider. How to get only the thumb icon from Jslider?
Something like:
UIDefaults defaults = UIManager.getDefaults();
Icon icon = defaults.getIcon("Slider.horizontalThumbIcon");
精彩评论