示例#1
0
  public void startApp() {
    mDisplay = Display.getDisplay(this);

    mDisplay.setCurrent(mMainForm);
  }
示例#2
0
 public OxportMIDlet() {
   display = Display.getDisplay(this);
   exitCom = new Command("Exit", Command.EXIT, 2);
   initCom = new Command("Export", Command.SCREEN, 1);
   playCom = new Command("PlayGround", Command.SCREEN, 1);
 }