Hello:
I have recently been studying Java; I have followed a few tutorials and building some simple apps.
I am wanting to try applets. I read about them tonight and followed an included tutorial in order to get an introductory feel for doing so.
My questions do not pertain to code or syntax but compiling the text file(s).
- Javac: the tutorial refers to Javac. I assumed I could code and run the applet in JBuilder (2005 Foundation). Is this possible? When I open Javac it runs lines and closes. Honestly, I am not very practiced with command-line.
- Naming and titling Java text files for applets: I read references to "*.java"; I assume that this would be, for example, something such as "Test*.java" -- is this correct? I have never dealt with this before.
I want to become more clear on these issues before I proceed. Any help or push in the right direction would be greatly appreciated.
Thank-you in advance.
MattyD