J2ME – Bluetooth Chat – Full source code

/* * BTC.java * */ import com.sun.midp.lcdui.Text; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * * @author Zeeshan * @version */ public class BTC extends MIDlet { Displayable d1; graphics g; login l=new login(); newuser n=new newuser(); l

[ read more ]