Canvas Double Buffering - help!

G

Guest

Hi all, I need some double-buffering help...

I have created an applet, which has a paint() method. There is also a derived Canvas class I made ("PlotCanvas"). The applet draws two
instances of these, each with its own paint() method. So, I tried following the instructions here:

http://www.realapplets.com/tutorial/DoubleBuffering.html


But I get problems in paint(), since calling getGraphics() returns NULL. Even when I check for NULL, and skip painting until
getGraphics() doesn't return NULL... it never doesn't return NULL. I can give more details if need be. This a common problem?


Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top