Wednesday, May 28, 2008

Java: Hotline Update #5

The only update required was to add the name of the new Customer Service representative so that she could utilize the program. This required me to add a new variable to the repString String array so that her name appeared in the JComboBox drop-down menu. Along with this changes were also made to the ReportPanel file. A new variable was added to the repNames and techNames String arrays along with the corresponding JRadioButton for selecting the report type. Other than this the only necessary changes were updating the Listeners to incorporate the new variables and increasing the int variable that keeps track of the number of represntatives, for use in For and While loops.

No comments: