Web applet game design

Posted by Vlad on Stack Overflow See other posts from Stack Overflow or by Vlad
Published on 2011-03-12T00:04:14Z Indexed on 2011/03/12 0:10 UTC
Read the original article Hit count: 130

I making web games in java and having troubles each time when getting to the GUI design, usually I'm looking at others codes and copy most of the design, and I can't decide which design should I use. I used Applet, Canvas, JFrame. What i need is the main loop and draw function that changing between different games. So what class should I use and what design, which is better, why, maybe links to useful tutorials and examples... Please explain. Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about design