You coded the following on line 10 of the classMyApplet.java:Color c = Color.Blue; // line 10When you compile you get the following message:MyApplet.java:10: cannot find symbolColor c = Color.Blue; // line 10^symbol : variable Bluelocation: class Color1 errorExplain what the problem is and how to fix it.