Add MVC package structure, PlayingCard and DeckOfCards classes
Compare changes
Files
73
.idea/checkstyle-idea.xml
0 → 100644
+ 15
− 0
\ No newline at end of file
Add MVC structure where classes for GUI are put in view, entity class PlayingCard and register class DeckOfCards are put in model and the class for collaboration between GUI and backend is put in controller.