Thursday, 20 June 2013

html for applet

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

No comments:

Post a Comment