Me and my friend started developing a game just like Zelda for SNES using Java. The only problem is that we don't know what to use: our very own engine with AWT or if we could use SWING to make it easier.
So.. the short question is:
For soft java-2d games, is it a good or a bad idea to use Java Swing?
And WHY?
Consider that the game is not "heavy". Thanks in advance!