The method named paintColorSwatch

There were earlier references to a method named paintColorSwatch.

The code for the paintColorSwatch method is shown in Listing 9.

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

}//end class Prob13Runner
File: bj.htm [Next] [Prev]