static ButtonGroup jradiobuttons(Cl strings) { ret selectFirstRadioButton(jUnselectedRadioButtons(strings)); } static ButtonGroup jradiobuttons(S... strings) { ret jradiobuttons(asList(strings)); }