commandlistenerthread.java
来自「用J2ME开发的文件浏览器」· Java 代码 · 共 28 行
JAVA
28 行
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package hello;import javax.microedition.midlet.*;import javax.microedition.lcdui.*;import java.util.*;import java.io.*;import javax.microedition.io.*;import javax.microedition.io.file.*;/** * * @author Administrator */public class CommandListenerThread extends Thread implements CommandListener{ public void commandAction(Command c,Displayable s){ } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?