JAVA运行问题
问大侠们,JAVA程序如何运行APPLET的程序?
----------------解决方案--------------------------------------------------------
编写个html
<html>
<body>
<applet code="文件名.class" height="200" width="300"></applet>
</body>
</html>
----------------解决方案--------------------------------------------------------