Links
Main site
http://java.sun.com/javame/index.jsp
Download
http://java.sun.com/products/sjwtoolkit/download.html
Eclipse plugin
http://download.eclipse.org/dsdp/mtj/updates/0.9/stable/
Need to use eclipse to export jad and jar for the project (which is in deploy)
Conventions
startApp() --> like main
import javax.microedition.lcdui.*; //required to use display
Display // interface with phone screen
Form //set up the screen then attach it to display
myform.append("some text"); //a label
No comments:
Post a Comment