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