FileDocCategorySizeDatePackage
Ch06_02.javaAPI DocExample843Mon Nov 03 15:17:18 GMT 2003org.eclipsebook.ch06

Ch06_02

public class Ch06_02 extends Object
author
Steven Holzner To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

	   AppFrame f = new AppFrame();

	   f.setSize(200, 200);

	   f.addWindowListener(new WindowAdapter() { public void
		   windowClosing(WindowEvent e) {System.exit(0);}});

	   f.show();