Minggu, 26 Juni 2011

Mobile Programing (Tugas Java)

Listing Tugas Mobile Programing /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package newpackage; import javax.microedition.lcdui.Command; import javax.microedition.lcdui.CommandListener; import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Displayable; import javax.microedition.lcdui.Form; import javax.microedition.midlet.*; /** * @author Rieza */ public class Rieza extends MIDlet implements CommandListener { private Display disp; private Form form1,...