/**
  * {@collect.stats} The background color, foreground color, and font are already set to the
  * defaults from the defaults table before this method is called.
  */
 public void installChooserPanel(JColorChooser enclosingChooser) {
   super.installChooserPanel(enclosingChooser);
 }