Lets start with a simple program. To be conforming to tradition we call it "Hello!!" Shown on your screen is a window entitled "A Simple Program". This window shows the actual code for the hello program. The hello program is nothing but a polygon (a rectangle) drawn inside our rendering window. Please do the following : Scroll through the program code and become familiar with the various modules. We will be examining these in detail in future examples. Also provided at the bottom of the Code Screen are slider bars to vary the color intensities of the primary colors. Play around with the different red, green and blue color combinations allowed. Click on execute to run the executable with the new color combination To reset the red green and blue values to 1.0 click on the "Reset" button. When you are done and satisfied that this really works, click on the "Exit" button. ITS TIME TO MOVE TO "Example2"