[5788] in java-interest
Re: what is the easiest...
daemon@ATHENA.MIT.EDU (Mete Senocak)
Mon Feb 26 18:41:55 1996
Date: Mon, 26 Feb 1996 14:02:33 -0800
From: Mete Senocak <msenocak@arachnid.microweb.com>
To: David DeMaagd <demaagd@cs.hope.edu>
Cc: java-interest@java.sun.com
David DeMaagd wrote:
>
> way to get rid of flicker, its driving me mad...
>
You override the update() method like this:
// To avoid flickering:
public void update(Graphics g) {
paint(g);
}
That's all it takes!
Good luck on "Java journey"
-Mete
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com