Hi Ashley,

You forgot to initialize your foodList var:

Put this code when you declare the var:


JComboBox[] foodList = new JComboBox[4];

And thats it!