📄 bouncingballs.java
字号:
/*
*
* Copyright © 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
package com.sun.perseus.demo.bouncingballs;
import com.sun.perseus.demo.PlaySVGImageDemo;
/**
* Simple demo which plays an SVG animation, using the JSR 226
* SVGAnimator class.
*/
public final class BouncingBalls extends PlaySVGImageDemo {
/**
* The image that holds the animated SVG content.
*/
private static final String SVG_IMAGE = "/svg/BouncingBalls.svg";
/**
* The image that holds the splash screen image.
*/
private static final String SPLASH_IMAGE = "/images/BouncingBallsHelp.png";
public BouncingBalls() {
super(SVG_IMAGE, SPLASH_IMAGE, true);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -