else
this._btnViewRound_ = new RbnIcnFxSmpViewWwdEarthRound(intSize,
intInset, intLocationText, alr);
if (intLocationText == AbstractButton.TOP)
this._btnViewFlat_ = new RbnIcnFxSmpViewWwdEarthFlat(intSize,
intInset, AbstractButton.BOTTOM, alr);
else
this._btnViewFlat_ = new RbnIcnFxSmpViewWwdEarthFlat(intSize,
intInset, intLocationText, alr);
}