static ButtonGroup showUnselectedRadioButtons(L strings) { ButtonGroup g = jUnselectedRadioButtons(strings); showFrame(jscroll(vstack(buttonsInGroup(g)))); ret g; } static ButtonGroup showUnselectedRadioButtons(S title, L strings) { ButtonGroup g = showUnselectedRadioButtons(strings); setFrameTitle(title, getFrame(g)); ret g; }