dialogtest.java~1~

来自「java手机程序开发随书光盘源代码」· JAVA~1~ 代码 · 共 18 行

JAVA~1~
18
字号
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

public class DialogTest extends MIDlet implements CommandListener, DialogListener{

	Display display;
	Dialog confirmDialog;
	List itemList;
	Command exitCmd;
	Command okCmd;
	Command backCmd;
	TextBox editor;
	Alert info;
	Ticker news;

	public DialogTest(){
		display = Display.getDisplay(this);
		confirmDialog = new Dialog("癟

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?