How to increase size of JRadioButtons & JCheckBoxes?

夙愿已清 提交于 2019-12-12 16:09:46

问题


I have a checklist with radio buttons and check boxes, I want to make the circles and boxes little bigger than their default size.


回答1:


Some platforms support a large size variant, as discussed in Resizing a Component.




回答2:


You need to provide custom Icons. Read the API for the appropriate methods to set custom icons for the various states of the model.



来源:https://stackoverflow.com/questions/6258402/how-to-increase-size-of-jradiobuttons-jcheckboxes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!