singal.java

来自「一个电子白版程序,J2me程序,注意,使用EC开发,要安装WTK和其插件才能使用」· Java 代码 · 共 18 行

JAVA
18
字号
/*
 * Created on 2006-2-19
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */

/**
 * @author blrc
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class Singal {
	public static boolean ReaderAlive;
	public static boolean WriterAlive;
}

⌨️ 快捷键说明

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