FileDocCategorySizeDatePackage
SearchableListApplet.javaAPI DocExample1178Sun Feb 23 20:07:12 GMT 1997None

SearchableListApplet

public class SearchableListApplet extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

		String [] items = { "One", "Two", "Three", "Four", "Five", "Six" };
		add( new SearchableList( items ) );