alertwithindicatorandthreadmidlet.java

来自「J2ME of HighUI_Example like AlertSplas」· Java 代码 · 共 17 行

JAVA
17
字号
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class AlertWithIndicatorAndThreadMIDlet extends MIDlet
implements CommandListener
{
        private Display display;
        public AlertWithIndicatorAndThreadMIDlet()
        {
                display = Display.getDisplay(this);
        }
        Alert al ;
        public void startApp()
        {
                al = new Alert("矪瞶い");
                al.setType(AlertType.INFO);
                al.setTimeout(Alert.FOREVER);
                al.setString("╰参タ

⌨️ 快捷键说明

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