警告: 标记需要高度属性。
C:\java>appletviewer g.html警告:<applet> 标记需要高度属性。
g.html
为:
<html>
<head>
<title>
Just For Test
</title>
</head>
<body>
<applet code="RectTest.class" width=500 heigh=500></applet>
</body>
</html>
应该没错啊。
2007-09-07 23:28
2007-09-08 06:24