I just don't have a clue how to apply it.
>> I have an applet that flickers on the page.
>> How do I eliminate the flicker?
[quoted text clipped - 27 lines]
>
>Say what? Are you serious?
"Percy" ...
> "Ryan Stewart"
> >"Percy" ...
> >> I have an applet that flickers on the page.
> >> How do I eliminate the flicker?
> >> I don't understand how to implement the double buffering code in the
> >> applet.
....
> >> <param name="effect" value="glow">
> >> public void update (Graphics g) { paint(g); <font
> >> color="#660066">}</font>
> >>
> >> </applet>
...
> >Say what? Are you serious?
> I just don't have a clue how to apply it.
That is _very_ apparent Percy. How did you
get this far and yet still believe you could put java
code in the html tag and expect it to work?
You might get more serious responses if
you post over at
http://groups.google.com.au/groups?group=comp.lang.java.help
FWIW, there are many examples of
Double Buffering available on the internet,
for one of these you might check..
http://www.physci.org/launcher.jsp#DoubleBufferedAnimateFrame
HTH
--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology
*fixed top post*
> >> I have an applet that flickers on the page.
> >> How do I eliminate the flicker?
[quoted text clipped - 29 lines]
> >
> I just don't have a clue how to apply it.
Yeah, obviously. You didn't post source code. You posted an html file. You
are either a troll or totally clueless about applets. Get a Java book and/or
visit:
http://java.sun.com/docs/books/tutorial/