String msg = MessageFormat.format(get("m.remain"), remstr);
_newrlab = createLabel(msg, _ifc.statusText);
needsRepaint = true;
} else if (_rlabel != null || _newrlab != null) {
_rthrottle = new Throttle(1, 1000);
_ridx = 0;
_newrlab = _rlabel = null;
needsRepaint = true;
}