?? colordetect.java
字號:
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
// A first MIDlet with simple text and a few commands.
public class colorDetect extends MIDlet implements CommandListener {
private Command exitCommand;
private Display display;
public colorDetect() {
// 取得演出用的舞臺
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -