Make JCheckbox bigger..?
问题 i want to make my JCheckboxes in a JTable bigger (for Touchscreen), but it doesn't change the size. I tried it with setPrefferedSize setSize What should I do?.. 回答1: I assume you mean you want a bigger check box. If so then you need to create images to represent the unselected and selected icons of the check box. Then you can create a renderer and editor using these icons. Finally you would need to increase the height of each row in the table. The code might look something like: Icon normal =