debug.java

来自「无限传感器网络的模拟结果的图形查看环境」· Java 代码 · 共 18 行

JAVA
18
字号
package util;import util.DebugListener;import util.DebugOut;/**   Debug is a class used to channel all debugging messages in one direction.   All the real work is done by DebugOut, this was done in order to make it   useable like System.out   @see DebugOut*/public class Debug {    public static DebugOut out;}

⌨️ 快捷键说明

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