The graphics component should be less coupled with the game code. The MVC (model, content, view) pattern suggests a full separation of graphics code from the model.
I suggest we reuse graphics code from other free Java Poker projects. Like this we can easily add a neat visualization to out poker play and comply with the MVC pattern.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=2005678
Originator: YES
The graphics component should be less coupled with the game code. The MVC (model, content, view) pattern suggests a full separation of graphics code from the model.
I suggest we reuse graphics code from other free Java Poker projects. Like this we can easily add a neat visualization to out poker play and comply with the MVC pattern.