I have decided to create a Monopoly type game in JAVA. I am thinking of using JAVA just because the graphics are easy to implement. My questions are for graphics:
Are JFrames the way to go?
If so, is there a way to get fullscreen resolution?
Would you suggest Animation?
Thanks for any suggestions.