defaultAnimationExecutor.addAnimation( foregroundColorAnimation );
BackgroundColorRangeAnimation prepareColorRangeAnimation = new BackgroundColorRangeAnimation( contentPane, new Color( Color.HSBtoRGB( 0f, 1f, 1f ) ) );
prepareColorRangeAnimation.setStartOffset( 13000 );
prepareColorRangeAnimation.setDuration( 1000 );
defaultAnimationExecutor.addAnimation( prepareColorRangeAnimation );
BackgroundColorRangeAnimation backgroundColorRangeAnimation = new BackgroundColorRangeAnimation( contentPane, new Color( Color.HSBtoRGB( 0.99f, 1f, 1f ) ) );
backgroundColorRangeAnimation.setStartOffset( 14000 );
backgroundColorRangeAnimation.setDuration( 10000 );
defaultAnimationExecutor.addAnimation( backgroundColorRangeAnimation );