int var1 = Integer.parseInt(((Applet)this).getParameter("width"));
int var2 = Integer.parseInt(((Applet)this).getParameter("height"));
String var3 = "There are two ways of constructing a software design.\nOne way is to make it so simple\nthat there are obviously no deficiencies.\nAnd the other way is to make it so complicated\nthat there are no obvious deficiencies.\n\nC.A.R. Hoare\n\nThere's an old story about the person who wished\nhis computer were as easy to use as his telephone. \nThat wish has come true,\nsince I no longer know how to use my telephone. \n\nBjarne Stroustrup, AT&T (inventor of C++)";