ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Lab07 11/28/27 Pull Request #82

Closed ryankirkpatrick97 closed 6 years ago

ryankirkpatrick97 commented 6 years ago

issue #69 Is complete. Although it isn't necessarily MVC in structure, each of the guis have a view and a controller, with consistent naming. There is also a GuiModel class that holds values that need to be used by the different guis. issue #71 is complete. Now when the play again button is pressed, the music continues, rather than stopping. issue #78 is complete. The sound inner class of blackjackgui was removed and placed into its own java file. issue #70 is complete. The menubar was removed from the blackjackgui, and placed into its own class with its own controller. Issue #83 There were also several other methods that were refactored.