private void fadeIn() {
if (fader != null) {
fader.stop();
}
fader = new KongaPanelAlphaAnimator(background, new TimingTargetAdapter() {
@Override
public void end() {
// If setAlpha() has been called with a value < 1.f (making the background
// slightly transparent), we need to force a repaint of its parent here: