开发者

How to increase size of JRadioButtons & JCheckBoxes?

开发者 https://www.devze.com 2023-03-10 16:01 出处:网络
I have a check开发者_开发百科list with radio buttons and check boxes, I want to make the circles and boxes little bigger than their default size.Some platforms support a large size variant, as discuss

I have a check开发者_开发百科list with radio buttons and check boxes, I want to make the circles and boxes little bigger than their default size.


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


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

0

精彩评论

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