Creating a Simple MIDlet Using JavaME or Java Micro Edition
Loading...
48,296
Loading...
Uploader Comments (UserIsAnFBIAgent)
Top Comments
-
HelloWorld, HelloMidnet
Exception: java.lang.ClassNotFoundExeptio
n: HelloMidnet
Hare is what i get when i try to RUN ant salect the HelloWorld to lounch... Help
-
Nice man, keep on going :)
see all
All Comments (33)
-
radio frequency from NASA spaceship :)
-
mantap
-
how to include buttons?
-
how do you put it on youre phone then?
-
how did you get the youtube player to be black lol
-
This error appears to me too !
-
Thanks alot.
-
The problem is that you cant spell!!! *Host* idiot....
-
thnx......it was really helpful :)
Loading...
Super
TheNurlanBurzuyev 1 year ago
@TheNurlanBurzuyev THANX !!
UserIsAnFBIAgent 1 year ago
thanks buddy.
apnasi 2 years ago
@apnasi No Problem, TNX, Glad I could help.
UserIsAnFBIAgent 2 years ago
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class HelloMidlet extends MIDlet {
public HelloMidlet (){}
public void startApp(){
display.getDisplay(this).setCurrent
(new TextBox ("","Hello YouTube",20,0));}
public void pauseApp(){}
public void destroyApp
(boolean unconditional){}}
UserIsAnFBIAgent 3 years ago 3