static ButtonGroup jRadioButtons(Cl<S> strings) {
  ret jradiobuttons(strings);
}



static ButtonGroup jRadioButtons(S... strings) {
  ret jradiobuttons(strings);
}