简体   繁体   English

如何增加 JRadioButtons 和 JCheckBoxes 的大小?

[英]How to increase size of JRadioButtons & JCheckBoxes?

I have a checklist 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.阅读 API,了解为 model 的各种状态设置自定义图标的适当方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM