Why is it whenever you scroll up and down on a web page an Applet flashes.
Applet Question
Collapse
X
-
Tags: None
-
-
Originally posted by sukatoaMay i know what's the content of your paint( Graphics graphics ) method?Comment
-
A properly written JApplet shouldn't flash. Post a SSCCE: http://mindprod.com/jgloss/sscce.html
By the way, unless you have a specific requirement for sticking it on a web page, I suggest writing a stand-alone app with a JFrame instead. It's easier to debug and test (no browser getting in the way) and you can always turn it into a JApplet later.Comment
-
Originally posted by JosAHThe OP was talking about Applets, not JApplets; he probably should use the
latter; if at all.
kind regards,
JosComment
Comment