Hệ thống bài tập j2me
// Hello.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class TestMidlet extends MIDlet implements CommandListener {
private Form mForm;
public TestMidlet() {
mForm = new Form("Lap trinh voi J2ME");
mForm.append(new StringItem(null, "Hello world!, MIDP!"));
mForm.addCommand(new Command("Exit", Command.EXIT, 0));
mForm.setCommandListener(this);
Hệ thống bài tập j2me trang 1
Hệ thống bài tập j2me trang 2
Hệ thống bài tập j2me trang 3
Hệ thống bài tập j2me trang 4
Hệ thống bài tập j2me trang 5
Tải về để xem đầy đủ hơn
File đính kèm:
- he_thong_bai_tap_j2me.pdf