mdc1.html

来自「java编程的一些Applets例子。值得深入研究一下。」· HTML 代码 · 共 34 行

HTML
34
字号
<html>
<head>
   <title>button.html</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<h2 align=center><font SIZE=+3>JanneButton Test</font></h2>

<p>
<hr><applet code=ButtonTest.class width=400 height=300></applet>
<hr></p>

<p>Applet name: Janne Button Test 
<br>Applet Source: <a href="JanneButtonTest.java">ButtonTest.java 
<br></a>Import(s): java.awt, java.awt.image, java.applet 
<br>Feature(s): image, GUI, mouse 
<br>Author: <a href="mailto:janne@torpa.se">Janne Andersson</a></p>

<p><b><font SIZE=+2>Usage Guide: 
<br>
<br></font></b>This button is a standard awt.Button. 
<br>
<br>Here is the applet tag as it appears in this HTML document: 
<br>
<br>&lt;applet code=ButtonTest.class width=400 height=300&gt; 
<br>&lt;/applet&gt;</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 + -
显示快捷键?