Hello, though I am new to creating games with JAVA, I’m not new to game creation or Java. 
My goal is to create a 2D RPG using JAVA. I’m not exactly sure how to go about it, so far I’ve just been working on my class hierarchies.
I’ve got a few questions:
-Can you/ how can you save data in such a game?
-Should I use an applet to run this?
-how do I begin to go about setting up 2d graphics?
I have a bit of experience with 2D graphics using C++; I’ve just never done it in JAVA.
I have an application and wanted to be able to run it on a computer with out a compilier. I asked on two other forums but you guys just answered it. I archive it into a .jar file not a .exe, now I know what I am looking for I can I can finish my program. Thanks. Oh and I know about applets I can jsut never get them to publish on my page correctly.