Tagged Questions

3
votes
3answers
121 views

JRadioButton border/padding/insets/margin… whatever you call it

In my Java app I am trying to create a very simple form with a label and a set of controls on each row of the form. Imagine something like this crude ASCII diagram: Result 1: (*) pass ( ) fail …