Change the order of color assignment (cont'd)

Listing 3 declares and initializes

Listing 3. Modified array of turtle colors.
  private static Color[] colorArray =
    { Color.gray,
      new Color(204,0,204),
      Color.cyan,
      Color.green};
File: bf.htm [Next] [Prev]