jugglingfool2.html

来自「21天学通JAVA2(第三版)(专业参考版)」· 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 generatedJugglingFool2 applet.  Notice the Applet tag requires severalarchives, 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 + -
显示快捷键?