presentation.java
来自「《Java案例开发》源代码( 考勤系统的完整实现!) 包括数据库 网络通讯&um」· Java 代码 · 共 27 行
JAVA
27 行
/* * Presentation.java * * Created on 2003年11月5日, 下午9:18 */package romulus;/** * * @author Romulus * @version 1.0 */public class Presentation { /** The ident of the presentation.*/ private String ident = null; /** The content of the presentation.*/ private Content cont = null; /** Creates a new instance of Presentation */ public Presentation() { } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?