protected void installDefaults(JLabel c) {
super.installDefaults(c);
this.balloonTip = new RepresentativeAnchorBalloonTip(representativeAnchorDescriptor, representativeAnchor);
// Flashing animation fields
this.flashingAnimation = new GradientAnimation();
this.flasingDuration = -1;
this.flashingAnimBackStart = new MutableColor(UIManager.getColor(MyDoggyKeySpace.TWRA_BACKGROUND_INACTIVE));