razshan
razshan

Reputation: 1138

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.

Upvotes: 3

Views: 4821

Answers (2)

trashgod
trashgod

Reputation: 205805

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

Upvotes: 3

camickr
camickr

Reputation: 324128

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

Upvotes: 2

Related Questions