Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Form Login J2ME

Form Login J2ME

import javax.microedition.midlet.MIDlet; 05.import javax.microedition.lcdui.*; 06. 07.public class Login extends MIDlet implements CommandListener { 08.Private Display display; 09.private TextField userName; 10.private TextField password; 11.private Form form; 12.private Command cancel; 13.private Command login; 14. 15.public login() {16.userName = new TextField("LoginID :", "",



This post first appeared on Info Komputer, please read the originial post: here

Share the post

Form Login J2ME

×

Subscribe to Info Komputer

Get updates delivered right to your inbox!

Thank you for your subscription

×