need Help on a Celphone game T.T

hi uhm im new here and well i started with a lil program but when i compile it gives me this erros :

Building "Sub3"

C:\WTK20\apps\Sub3\src\M1945.java:6: package java.applet does not exist

import java.applet.*;

^

1 error

com.sun.kvem.ktools.ExecutionException

Build failed

im using Javajdk 1.5.0_09 and i am writing the program inCrimson Editor,

and for building the proyect im usingJ2ME Wireless Toolkit.

[504 byte] By [Zedkiela] at [2007-10-3 11:05:45]
# 1
if ur writing a cellphone game, u have to use J2ME, which doesnt have swing; it has its own library for this stuff. You need to write midlet thing (correct me if i'm wrong), so....go get the jdk 4 java mobile.
Astrofa at 2007-7-15 13:28:24 > top of Java-index,Other Topics,Java Game Development...
# 2

Dear Zedkiel,

Writing for mobile phones is totally different than writing simple desktop GUI's.

I've written a small tutorial that should get you going, if you wish.

Visit http://sabbe.freehostia.com/2006/11/04/midp/ to read more about MIDP, one of the more popular (and common) ways to write portable Java applications for mobile phones.

Greetings,

SabbeRubbish

SabbeRubbisha at 2007-7-15 13:28:24 > top of Java-index,Other Topics,Java Game Development...