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

📄 flowcontrol.java

📁 Javapda繁体版代码, 这个我也没有看过,不过应该和那个简体的差不多,但还是有区别的
💻 JAVA
字号:
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class FlowControl extends MIDlet
{
	boolean init = true ;
	public FlowControl()
	{
		Navigator.display = Display.getDisplay(this) ;
		Navigator.midlet = this ;
	}
	public void startApp()
	{
		Navigator.current = Navigator.MAIN_SCREEN ;
		Navigator.show(null) ;
		
		if(init)
		{
			Alert al = new Alert("

⌨️ 快捷键说明

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