mdc.html
来自「java编程的一些Applets例子。值得深入研究一下。」· HTML 代码 · 共 39 行
HTML
39 行
<html>
<head>
<title>BG</title>
<meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>
<center><p><b><font SIZE=+3>3-D Tennis</font></b></p></center>
<p>
<hr><!--Applet Runs Here--><applet code=BG width=520 height=500></applet>
<hr></p>
<p>Applet Name: BG
<br>Applet Source: <a href="BG.java">BG.java
<br></a>Import(s): java.applet, java.awt
<br>Feature(s): animation, mouse
<br>Author: <a href="mailto:t93034ei@sfc.keio.ac.jp">Eiji Ito</a></p>
<h2>Usage Guide:</h2>
<p>Click the mouse within the screen to START.</p>
<p>The small square that is located close to the center of the screen is
your racket. You can control your racket by simply moving the mouse within
the screen. The gage at the right decreases when you miss the ball. The
game is over when your gage runs out.</p>
<p>Usage example:</p>
<p><applet code="BG.class" width=520 height=500>
<br></applet></p>
<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?