Emergency! Help with flicker in applet!

I have used the bufferstrategy technique before and I know all about double buffering and all, but I normaly ama programming with Frames and Canvas instead of Applets. My applet is flickering as I update the images on the screen can a bufferstrategy be used? Can anyone help me solve this flickering issue with applets?

Thanks!

(This is somewhat of an emergency so i will be giving out stars ^.^ )a

[417 byte] By [OriginalSup3rmana] at [2007-11-27 9:54:09]
# 1
Use JApplet not Applet, because JApplet is swing and is using JPanel as contentPane, and JPanel can be double-bufferised (true is default). You can also use the same buffer strategy.
Kilwcha at 2007-7-13 0:24:00 > top of Java-index,Security,Cryptography...
# 2
Thanks :]
OriginalSup3rmana at 2007-7-13 0:24:00 > top of Java-index,Security,Cryptography...