agenda.java

来自「Java编写个人日程管理工具, 具有添加编辑日程和自动适应功能, 程序包含完整的」· Java 代码 · 共 22 行

JAVA
22
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package ui;/** * 整个程序的main函数所在 * @author zouhao */public class Agenda {    /**     * @param args the command line arguments     */    public static void main(String[] args) {        CmdUi cmd = new CmdUi();    }}

⌨️ 快捷键说明

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