/*
* To change this template, choose Tools |
Templates
* and open the template in the editor.
*/
import
javax.microedition.midlet.*;
import
javax.microedition.lcdui.*;
public
class Assignment extends MIDlet implements CommandListener {
Display display;
Form forms, resultforms;
Command exitCommand = new
Command("Exit", Command.EXIT, 1);
Command okCommand = new
Command("OK", Command.OK, 2);
Alert alert = new Alert("Error",
"Ada yang belum diisi!!pleas isi kabeh!", null, AlertType.ERROR);
TextField name, address, phonenumber,
email;
ChoiceGroup popup;
DateField dateonly;
StringItem result;