Attribute for <APPLET ...>
HEIGHT = "height expression"

HEIGHT tells how tall the applet should be. HEIGHT is required.

this code produces this
<APPLET 
CODE="MyApplet.class"
WIDTH=150 HEIGHT=50>
<PARAM NAME=TEXT VALUE="Yes!">
</APPLET>

For applets which use pictures, HEIGHT will often need to be the height of the image or images being used.





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.