?? wormexception.java
字號(hào):
/* * @(#)WormException.java 1.3 03/08/10 * * Copyright (c) 2000-2003 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms *//* * WormException.java * * Created on March 30, 2001, 16:15 * @version 1.3 */package example.wormgame;/** * A WormException occurs whenever the worm dies. It's a quick way * to get to the main update loop to restart the game. */public class WormException extends Exception { public WormException(String message) { super(message); }}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -