Display.getDisplay(this).setCurrent(null);
Alert a = new Alert("MIDlet 2"); a.setTimeout(Alert.FOREVER); Display.getDisplay(this).setCurrent(a);