With the following code:



JComboBox employeeTypeBox = new JComboBox(employeeTypes);

You are instantiating a local variable rather than your class variable, and so your class variable...