Ingin Private materi Komputer atau Ingin Membuat Website ?

Ingin Membuat Album Photo Digital & Buku Elektronik ?

Selasa, 18 Oktober 2011

Java Pertamaku


Script Java Pertamaku :
package Latih;

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

public class salam extends MIDlet
 {
  private TextBox  tb;

 public salam()
  {

  //buat komponen kotak teks
    tb= new TextBox("j2me", "Salam Perkenalan",5,0);
  }

 protected void startApp ()
 {
     Display.getDisplay(this).setCurrent(tb);
 }

 protected void destroyApp(boolean u)
 { }

 protected void pauseApp()
 { }
}

1 komentar:

..... implements CommandListener
tb.addCommand(new Command("Out", Command.EXIT, 0);
tb.setCommandListener(this);
public void commandAction(Command c, Displayable d)......
destroyApp();
notifyDestroyed(true);
.......

//Mantap bos, sinau j2me barang xixixi salute

Posting Komentar

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites