Listing 9. The paintColorSwatch method.
  private void paintColorSwatch(){
    colorIndicatorPanel.setBackground(
                      new Color(redInt,greenInt,blueInt));
  }//end paintColorSwatch
  //----------------------------------------------------//

}//end class Prob13Runner