ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Separate the Gui's into different classes #69

Closed ryankirkpatrick97 closed 6 years ago

ryankirkpatrick97 commented 6 years ago

There are several separate GUIs throughout the project including ones for rules, setting the number of players, setting the names, betting, and playing the game. These should be factored out of the main BlackJackGui.java into their own classes. There also needs to be another class for calling the GUIs in order of when they should be displayed.