方法名 | 方法的目的 |
startApp | 分配渴望的系统资源和初始化应用 |
pauseApp | 暂时挂起耗资源的处理 |
destroyApp | 释放被midlet使用的资源并且处理掉midlet |
// Add the done Command to the TextBox textBox.addCommand(doneCommand); |
// Set the command listener for the textbox to the current midlet textBox.setCommandListener( (CommandListener) this); |
// Set the current display of the midlet to the textBox screen midletDisplay.setCurrent(textBox); |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |