我的绝色总裁未婚妻小说_我的J2ME编程练习(4)――StringItem

时间:2014-04-19  来源:作文  阅读:

/*
 * stringItemlet.java
 *
 * Created on 2005年4月14日, 下午4:26
 */
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
 *
 * @author  Administrator
 * @version
 */
public class stringItemlet extends MIDlet implements CommandListener,
ItemCommandListener{
    private Form aform;
    private Command okCommand;
    private Command exitCommand;
    private Command hllinkCommand;
    private Command bCommand;
    private Display aDisplay;
    private StringItem hlstringItem;
    private StringItem bstringItem;
    private Alert hlAlert;
    private Alert bAlert;
    public stringItemlet(){
        okCommand=new Command("OK",Command.OK,1);
        exitCommand=new Command("EXIT",Command.EXIT,1);
        hllinkCommand=new Command("LINK",Command.ITEM,2);
        bCommand=new Command("BUTTON",Command.ITEM,2);
        aform=new Form("StringItemTest");
        //if click hyperlink "here",display anAlert
        hlstringItem=new StringItem(null,"here",Item.HYPERLINK);

我的绝色总裁未婚妻小说_我的J2ME编程练习(4)――StringItem

http://m.bbyears.com/fanwenwang/5719.html

推荐访问:我的娇妻 我的家乡作文 我的将军啊 我的经纪人 我的绝色美房客免费阅读 我和我的经纪人 我的家乡
相关阅读 猜你喜欢
本类排行 本类最新