?? greetingcard.java
字號:
/*
*
* Copyright ? 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
package com.sun.perseus.demo.greetingcard;
import com.sun.perseus.demo.PlaySVGImageDemo;
/**
* Simple demo which plays an SVG animation, using the JSR 226
* SVGAnimator class.
*/
public final class GreetingCard extends PlaySVGImageDemo {
/**
* The image that holds the animated SVG content.
*/
private static final String SVG_IMAGE = "/svg/Halloween.svg";
/**
* The image that holds the splash screen image.
*/
private static final String SPLASH_IMAGE = "/images/GreetingCardHelp.png";
public GreetingCard() {
super(SVG_IMAGE, SPLASH_IMAGE, true);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -