Dear all, I wanna to develop a simple game in java, but I don't know anything about Threads and I've just worked with Swing. I haven't selected any special game. Can you help me what can I do and give me some idea please. Any source code or site that can helps me what should I do... Regards, TaRa
You can find a collection of very nice Java tutorials on Sun's website - including tutorials on threads and Swing. There are also tutorials on 2D graphics and sound, which might be interesting.
Here is a Java game programming tutorial which I found with a quick Google search. It looks like it talks about applets, but you can ofcourse also make a stand-alone application instead of an applet.