Basic HTML version of Foils prepared 13 July 98

Foil 69 ButtonTest.java

From Java Academy II:Intermediate Java NPAC/ECS Java Academy -- February to April 98. by Tom Scavo

The ButtonTest Applet
Here is an outline of our button applet: public class ButtonTest extends Applet implements ActionListener { private Button button; public void init() { button = new Button(...); button.addActionListener( this ); ... } public void actionPerformed(...) {...} }



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998