static ButtonGroup showRadioButtons(L strings) { ButtonGroup g = jradiobuttons(strings); showFrame(vstack(buttonsInGroup(g))); ret g; }