Alert alert = new Alert("下载提示", "下载已完成!" , null, AlertType.ALARM); alert.setTimeout(3000); Display.getDisplay(midlet).setCurrent(alert);