?? presentation.java
字號:
/* * 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -