import java.applet.*; import java.awt.*; public class VarParams1 extends Applet { final int FONTSIZE = 14; final int LEFTALN = 25; final int CHOICE01 = 50; final int CHOICE12 = 80; final int CHOICE23 = 110; final int CHOICE34 = 140; int choice; Font font1 = new Font("TimesRoman", Font.BOLD, FONTSIZE); Font font2 = new Font("TimesRoman", Font.BOLD, FONTSIZE*2); //****************************************** public void init() { setBackground(Color.white); choice = 0; } //******************************************* public boolean mouseDown(Event e, int x, int y) { if ((y>CHOICE01) && (yCHOICE12) && (yCHOICE23) && (y