newclass.java

来自「课程设计-- 通讯录。。用NetBeans编写」· Java 代码 · 共 22 行

JAVA
22
字号
/* * NewClass.java * * Created on 2006年1月12日, 下午2:23 * * To change this template, choose Tools | Options and locate the template under * the Source Creation and Management node. Right-click the template and choose * Open. You can then make changes to the template in the Source Editor. *//** * * @author sony */public class NewClass {        /** Creates a new instance of NewClass */    public NewClass() {    }    }

⌨️ 快捷键说明

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