最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
我的J2ME编程练习(4)――StringItem
时间:2022-07-02 17:45:05 编辑:袖梨 来源:一聚教程网
/*
* 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);
相关文章
- 时空中的绘旅人天宇之间怎么玩 绘旅人天宇之间活动玩法介绍 12-25
- QQ2024年度报告怎么看 2024qq年度报告玩法介绍 12-25
- 归龙潮珠砂什么时候up 归龙潮红缘绮梦卡池介绍 12-25
- 王者荣耀S38赛季有什么更新 12-25
- 王者荣耀S38赛季有什么更新 王者荣耀S38赛季更新内容介绍 12-25
- 世界之外12.25有什么更新 世界之外12月25日更新内容介绍 12-25