Sample Midlet -2
public void createFirstScreen(){
Form aScreen = new Form(“Sample”);
aScreen.append(“Hello World”);
this.currentDisplay.setCurrent(aScreen);
}