928929930931932933934935936937938
} } // gradually show (alpha blending) float alpha = 0.0f; dummyTimer.startTimer(); boolean firstTime = true; while (alpha < 1.0f) { do { if (!this.running) { return;