jugglingfool2.html
来自「<<21天精通JAVA>>一书的源码,边学边做,很快上手」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Test page for JugglingFool2 as an APPLET</Title>
</head>
<body>
<h1>Test for JugglingFool2 as an APPLET</h1>
This is an example of the use of the generated
JugglingFool2 applet. Notice the Applet tag requires several
archives, one per JAR used in building the Applet
<p>
<applet
archive="./JugglingFool2.jar,./support.jar
,./misc.jar
,./buttons.jar
,./juggler.jar
"
code="JugglingFool2"
width=399
height=526
>
Trouble instantiating applet JugglingFool2!!
</applet>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?