linuxÏÂÖ´ÐÐjava appletµÄÎÊÌâ
ÓÐËÖªµÀÔÚlinuxÏÂÖ´ÐÐjava applet, ÔõôÅäÖÃapplet²å¼þ?javac -target 1.1 yourname.java
first.) javac -target 1.1 yourname.javasecond.) make a page of html with your class
<applet code=yourname.class height=num width=num>
</applet>
last.) appletviewer name.html
that's ok!
try it !!
Ò³:
[1]