The overall structure of the TextFieldTest applet is as follows: public class TextFieldTest extends Applet { public void init() {...} } class TextFieldHandler implements ActionListener { public TextFieldHandler(...) {...} public void actionPerformed(...) {...} } |