Download Solution: Click to Download Solution
Solution File Name: OlympicLogo.doc
Unzip Password: prestobear.com
1.OlympicLogo.java
import java.applet.Applet;
import java.awt.Color;
import java.awt.Graphics;
/*
* Java applet that draws the Olympic logo.
* The circles in the logo should be colored, from left to right, blue, yellow, black, green, and red.
*/
public class OlympicLogo extends Applet{
}
2.OlympicLogo.html
The OlympicRings Applet