Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+13 votes

I have tried to implement the combo box but have been failing in my attempts. Is there any one who has done it that can explain.
Thanks!

asked in CSC305 Fall 2023 by (1 point)

1 Answer

+6 votes

copy the code from the lab 2 combo box and edit it so the options are regular season and playoff in caps. Also make sure to check the full box in skeleton view and copy the initialize method removing the assert statements and replacing it with the combobox code just like lab 2. the combobox implimentation is nearly identical to the combobox implementation of lab 2

answered by (3.8k points)
...