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