Hi,

I am developing an applet class that implements MouseMotionListener. On mouse over on top of a polygon, I display some text corresponding to that polygon. Once the text is displayed, it remains displayed until the User hits a “Clear” button.

So, the text remains even if the mouse is not over the polygon any more. (That is, I have implemented the update method not to clear the screen)

However, when I try to print it from the browser, I get the original view without the text. How could I get the text to be printed also?

Please advise,
Thanks,
Uma.