@Override
 public void setForegroundColor(final Color foreground) {
   super.setForegroundColor(foreground);
   fContentComposite.setForeground(foreground);
   fTitleText.setForeground(foreground);
   fInfoText.setForeground(foreground);
 }
 @Override
 public void setForegroundColor(final Color foreground) {
   super.setForegroundColor(foreground);
   this.contentComposite.setForeground(foreground);
   this.titleText.setForeground(foreground);
   this.infoText.setForeground(foreground);
 }