Penggunaan Alert
Contoh Skript :
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class initulisanyangdiketik extends MIDlet implements CommandListener {
Display display;
Form mainForm;
Command exitCommand = new Command(“Exit”, Command.EXIT, 0);
Command okCommand = new Command(“Ok”, Command.OK, 0);
Gauge gauge = new Gauge(null, false, 5, 0);
Command[] commands = {
new Command(“tentang”, Command.OK, [...]
DIarsipkan di bawah: Information Technology | 3 Komentar »


