开发者

How to get thumb icon of swing jslider?

开发者 https://www.devze.com 2023-02-03 02:30 出处:网络
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:

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");
0

精彩评论

暂无评论...
验证码 换一张
取 消