Project Design...

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.

Of course use animation. That’s what makes it look good :slight_smile: Check out my tutorial for making a basic game:

http://www.gamelizard.com/JavaGameProgrammingPresentation.htm