If so, why not use an IDE?
Not everybody want to use IDE's and why....
Applet have be viewed in web browser or in AppletViewer, plus applet don't have main method
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Doesn't the compiler warning tell you what deprecated method you're trying to use? Or at least a line number? I'm not going to look through that spaghetti code, next time post your code inside code tags.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
also, applets do not use a main method like an application would.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
I'm assuming your using the command prompt.
If so, why not use an IDE?
IDEs just delay the inevitable. Kids who never use anything but one are utterly lost when they even get a new version of that same IDE that has a few buttons in a different place.
When they have to work without one (which WILL happen) they're completely out of their league.
Do NOT start using an IDE until you can do it manually, and read that documentation (it's there for a reason).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337