Print “Ultrabook Notebook Tipis Harga Murah Terbaik” in j2me

Print “Ultrabook Notebook Tipis Harga Murah Terbaik” in a Mobile Phone Using J2ME

Use a simulator to see the output:

Ultrabook_Notebook_Tipis_Harga_Murah_Terbaik.java

import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;

public class Ultrabook_Notebook_Tipis_Harga_Murah_Terbaik extends MIDlet{
private Form form;
private Display display;

public Ultrabook_Notebook_Tipis_Harga_Murah(){
super();
}

public void startApp(){
form = new Form(“Aspire S3″);
String msg = “Ultrabook Notebook Tipis Harga Murah Terbaik”;
form.append(msg);
display = Display.getDisplay(this);
display.setCurrent(form);
}

public void pauseApp(){}

public void destroyApp(boolean unconditional){
notifyDestroyed();
}
}

run this code in simulator.

Download Sun Java Wireless Toolkit 2.5.2_01 for CLDC for Windows and Linux

Download
just share, thank
visit: newbie programmer
http://fourteam.wordpress.com/2011/12/19/ultrabook-notebook-tipis-harga-murah-terbaik/
Target Keyword: Ultrabook Notebook Tipis Harga Murah Terbaik

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.