Border « JCheckBox « Java Swing Q&A





1. adding border to jcheckbox    stackoverflow.com

Does anyone know if there is an easy way to put a border around a JCheckBox object including the label? setBorder doesn't seem to have any effect. I know I could ...

2. JCheckBox Border?    coderanch.com

Thanks Bryan. I got your code to work. I even set up a test of minimal parts of my code and it worked. However, when I try to drop it into my real code it doesn't work. I'm going nuts trying to figure out why. I can change the background color of the button, but it will NOT recognise a border ...