http://www.csie.dyu.edu.tw/~joekinsi/files/J2ME/Chap_5/Chap_5.pdf
1 2 3 4 5 6 |
List l = new List("ShuttleQuery",Choice.IMPLICIT) ; l.append("Railway Station",null) ; l.append("U gym",null) ; l.append("HCA",null) ; l.setCommandListener((CommandListener)this) ; display.setCurrent(l); |