⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialogtest.java~1~

📁 java手机程序开发光盘源码(第六章)
💻 JAVA~1~
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -