编写两个20行以下JAVA的Applet小程序

来源:百度知道 编辑:UC知道 时间:2024/05/29 22:55:56
1.包括3个包
2.重点行写上注释
3.有让其嵌入的HTML文件

<html>
<title>An Example Homepage </title>
<hl> Welcome to ddvip homepage! </hl>
This is an example homepage, you can see an applet in it。
<p>
<applet code=“Example.class” width = 300 height=300>
<param name = img value="example.gif">
</applet>
<html>