abhaga22 / CS2340

1 stars 0 forks source link

M3: Controller Changes #8

Open thekellychen opened 7 years ago

thekellychen commented 7 years ago

Now we have to make the view cooperate with the model. To do this, we must add items to the StudentEditController class (since this is the controller for our view).

Now run the app. You should be able to enter new students and their standing and see it reflected in the UI. if not, then check your code through the complete stack. Are you calling the setters in the model to update the information? Are you pulling the information out of the widget correctly?