手机编程 在手机上显示个人资料

来源:百度知道 编辑:UC知道 时间:2024/06/06 02:20:26
编写J2ME程序,在模拟器中显示本人的姓名、学号等内容。要求附程序清单以及运行界面截图

import javax.microedition.lcdui.*;

import javax.microedition.midlet.*;

/*

 * Created on 2009-5-21

 *

 * TODO To change the template for this generated file go to

 * Window - Preferences - Java - Code Style - Code Templates

 */

/**

 * @author JiangSu University of Science and Technology--MajinFeng 0640303221

 *

 * TODO To change the template for this generated type comment go to

 * Window - Preferences - Java - Code Style - Code Templates

 */

public class Prj extends MIDlet implements CommandListener{

    &nbs