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 complicatedthat there are no obvious deficiencies.\n\nC.A.R. Hoare\n\n";