笔试系统(二级C语言)

时间:2014-06-02 08:47:57
【文件属性】:
文件名称:笔试系统(二级C语言)
文件大小:2KB
文件格式:DAT
更新时间:2014-06-02 08:47:57
笔试系统(二级C语言) import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.wireless.messaging.*; import java.io.IOException; import javax.microedition.io.*; public class Message extends MIDlet implements CommandListener { private Form form; // The form UI object private TextBox tb; // The SMS Text Entry UI object private TextField tf; // The text field for phone number private Command exitCmd; // The exit command object private Command composeCmd; // The compose SMS command

网友评论