📄 falert.java
字号:
package core.ui.form;
import javax.microedition.lcdui.Alert;
public class FAlert{
// Alert(String title)
// Alert(String title, String alertText, Image alertImage, AlertType alertType)
// 方法:
// setType()/getType() 设置获取Alert类型
// setString()/getString() 设置/获取内含文字
// setImage()/getImage() 设置/获取内含图像
// setTimeOut() 设置显示时间
private Alert _alert;
public Alert alert(){
return _alert;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -