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.
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.