| Author |
Creating a LIST
|
Anna Husten
Greenhorn
Joined: Sep 20, 2010
Posts: 1
|
|
Hey guys,
I am coding a simple List but I do not know how to kill this compiler error:
the WTK says:
Project settings saved
Building "ListMIDlet1"
C:\Users\Anna\j2mewtk\2.5.2\apps\ListMIDlet1\src\ListMIDlet.java:16: cannot find symbol
symbol : constructor List( java.lang.String,int, java.lang.String[])
location: class javax.microedition.lcdui.List
hauptliste = new List("IMPLICIT-Liste", Choice.IMPLICIT, optionen);
^
1 error
com.sun.kvem.ktools.ExecutionException
Build failed
I thank you in advance for your time and looking forward to your reply
greeting
anna
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Shouldn't be
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Creating a LIST
|
|
|