}
/** Fix the selected index, _jsel, assuming there are no selected one
* before (and excludes) j-the radio button.
*/
/*package*/ void fixSelectedIndex() {
final MutableInteger cur = new MutableInteger(0);
_jsel = fixSelIndex(this, cur);
if (_jsel < 0 && _externs != null)
for (Iterator it = _externs.iterator(); it.hasNext();) {
final Radio radio = (Radio)it.next();