Basic HTML version of Foils prepared 13 July 98

Foil 87 Checkbox Constructors

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


1 Checkbox objects are instantiated with the Checkbox constructor and added to the applet with the add(...) method: add( new Checkbox( "Bold" ) );
2 Initially, checkboxes are unchecked, but this may be overridden: Checkbox checkbox = new Checkbox( "Italic" ); add( checkbox, true );

in Table To:


© 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