fGears
delete fGears;
if (fGears == NULL)
DrawBitmapAsync(fGears, BPoint(5.0, 10.0));
fGears = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "gears_64.png");
BBitmap* fGears;