📄 test.java
字号:
package AM.vm_impl.test;
import AM.vm_impl.util.*;
/**
* Created by IntelliJ IDEA. User: yellowicq Date: 2004-4-27 Time: 12:45:25
* To change this template use File | Settings | File Templates.
*/
public class Test {
public Test() {
Tracer.debug(">>>New object of class [" + Test.class.getName() +
"] created.<<<");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -