M
mkarmali
Guest
I have a Java applet that uses the drawString method (of the Graphics class)
to "draw" rectangles and other shapes when called in my paint method.
I also embed the same applet in an html page to be run in Internet Explorer(
my html uses the "APPLET CODE" tag and provides the class file name).
Now, on my desktop when I "run" the applet by opening the html page in IE,
it works fine -- by which I mean that using IE's vertical scroll bar the page
scrolls correctly and shows me the part of my graphics that was hidden at the
bottom. It continues to display my applet. However, on my laptop it doesn't
work. As soon as I scroll, the "painted" stuff just disappears completely. I
get a blank white screen and the drawings disappear.
I am wondering if it is some kind of setting or option in "Internet Options"
that are different between the two computers(both run XP)? Can anyone help? I
would really appreciate it.
Thank you.
to "draw" rectangles and other shapes when called in my paint method.
I also embed the same applet in an html page to be run in Internet Explorer(
my html uses the "APPLET CODE" tag and provides the class file name).
Now, on my desktop when I "run" the applet by opening the html page in IE,
it works fine -- by which I mean that using IE's vertical scroll bar the page
scrolls correctly and shows me the part of my graphics that was hidden at the
bottom. It continues to display my applet. However, on my laptop it doesn't
work. As soon as I scroll, the "painted" stuff just disappears completely. I
get a blank white screen and the drawings disappear.
I am wondering if it is some kind of setting or option in "Internet Options"
that are different between the two computers(both run XP)? Can anyone help? I
would really appreciate it.
Thank you.