static ButtonGroup jUnselectedRadioButtons(Cl strings) { final new ButtonGroup g; for (S s : unnull(strings)) jradiobutton(s, g); ret g; }