background image Chris Johnson, Index
Choices




	choice.addItemListener(this);
	...

	public void itemStateChanged(ItemEvent e) 
	{
		setLabelText(choice.getSelectedIndex(), choice.getSelectedItem());
	}





forward