Creating an html programme to use applet
<HTML>
<Body>
<applet code="apl.class",width="500",height="500">
</applet>
</Body>
</HTML>
apl.class------------------- is the name of your class in the programme of java
width="500",height="500"--define the height and width of output
<HTML>
<Body>
<applet code="apl.class",width="500",height="500">
</applet>
</Body>
</HTML>
apl.class------------------- is the name of your class in the programme of java
width="500",height="500"--define the height and width of output
No comments:
Post a Comment