static int selectedButtonIdx(ButtonGroup g) { L l = buttonsInGroup(g); for i over l: if (l.get(i).isSelected()) ret i; ret -1; }