import java.awt.*; import java.applet.*; public class TwoChoices extends Applet { public void init() { int numberOfChoices = 2; Choice[] choice = new Choice[numberOfChoices]; Font f = new Font("Serif",Font.BOLD,20); for (int j=0; j