| A. How to make your icon.
Create NEW CLASS
(new file) for your ICON. ADD it to the SAME PACKAGE as the Snoopy (or Grinch or Santa or decoration)
This example can be
found in the Robot documentation on icons (http://www.learningwithrobots.com/doc/becker/robots/icons/Icon.html)

In the paintIcon method you
will add the code to draw your picture. Remember the nice "fall
scene" you created? Use the same code to draw your icon.
Name your class something appropriate.
You may have to import some things. Here is one item:
 |