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

📄 newfile.java

📁 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"
💻 JAVA
字号:
package com.example.operate;
/**
 * <p>标题: 创建新文件</p>
 * <p>描述: 创建新的文件命令,继承了Command接口。</p>
 * <p>版权: Copyright (c) 2005</p>
 * <p>公司: </p>
 * @作者 杜江
 * @版本 1.0
 */
public class NewFile implements Command {
   public void execute() {
     //do new file command
     System.out.println("new file");
   }
}

⌨️ 快捷键说明

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