jugglingfool.html

来自「21天学会JAVA」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
<head>
<title>Test page for JugglingFool as an APPLET</Title>
</head>
<body>
<h1>Test for JugglingFool as an APPLET</h1>
This is an example of the use of the generated
JugglingFool applet.  Notice the Applet tag requires several
archives, one per JAR used in building the Applet
<p>
<applet
    archive="./JugglingFool.jar,./support.jar
        ,./buttons.jar
        ,./juggler.jar
    "
    code="JugglingFool"
    width=382
    height=513
>
Trouble instantiating applet JugglingFool!!
</applet>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?