The Artima Developer Community
Sponsored Link

Legacy Design Forum
Designing with Static Members

Advertisement

Advertisement

This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Is there any sample code

Posted by Vikas on February 13, 2002 at 3:23 PM

Hi Markus:
I would appreciate if you can give some sample code.

Thanks,

Vikas

> Hi Markus:
> I would appreciate if you can give a sample code.

> Thanks<
> Siva
> > Normally, if you print a page with an applet, IE calls paint ( first it calls printAll, which calls paint ) an prints the Applet with the output of paint(). But there seems to be a lot of bugs in some IE-Versions, which ignore Commands like setColor an that draw only white Rectangle or Polygons. A bad workaround, which functions, is draw all in an Image-Object and then call drawImage to draw the Image in the Graphics Object.

> > - Markus
> > Bonn, Germany





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us