background image Chris Johnson, Index
Choices







	//...Where instance variables are defined:
	Choice choice; //pop-up list of choices
	
	//...Where initialization occurs:
	choice = new Choice();
	choice.addItem("ichi");
	choice.addItem("ni");
	
	// and so on...









forward