ucsb-cs56-projects / cs56-games-poker

-
MIT License
2 stars 11 forks source link

GUI Class #36

Closed dvanmali closed 8 years ago

dvanmali commented 8 years ago

Create a new file to handle all of the Poker Game GUI stuff located at the bottom of PokerGame.java file.

Estimate: ~50 pts

jalexanderqed commented 8 years ago

Make sure to move all of the data structures associated with the GUI (JFrame, JPanels, etc.) into this new GUI class.

jalexanderqed commented 8 years ago

F16 OK (70 pts)