I'm making a 2D tank wars game in Java for my learning experience and I'm confused about this : Is it possible to make a Java 2D standalone game or does it have to be an Applet ? I remember making applets a few years back, but I always thought I could make a Java game that runs on it's own without the need of a webpage/browser , etc..
Java does not have to be an applet in order to run, nor is it confined to a web browser. There are thousands of Java applications out in use in the world.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
The sooner you start to code, the longer the program will take...
R. Carlson
Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.
Java does not have to be an applet in order to run, nor is it confined to a web browser. There are thousands of Java applications out in use in the world.
I was talking specifically about game development in Java, but I get it...
Bookmarks