Dear all:
i have already posted a problem relating to this issue before, and i am
currently working on it, but i will be glad to get any comments or
suggestions so i can get enough insight into this sort of thing.
consider this applet code below:
<HTML><BODY>
<APPLET CODE="Vasxpro.class"
ARCHIVE="visad.jar"
WIDTH="700"
HEIGHT="500" >
</APPLET>
</BODY></HTML>
my visad applet only occupies a small portion of the applet window instead
of 700 and 500 that is defined in the html code, and i am wondering whether
i can control that by using any of the visad API contructors which i doubt.
i will be glad to know any work around on this, that is making it occupy
bigger area in the applet window.
as always i thank you,
Isaac