Hello everyone!
Ive noticed with applets i have written, or applets on other people sites, that they flicker when scrolling up or down the page. Does everyone else experience this or is it just me / my set up? Does anyone know a fix for this? I imagine it’s because everytime the page is scrolled (so the viewport changes) that a repaint() or refresh call or some equivilent is performed upon any containing applets to be able to keep the view up to date, and if a anim loop is running this could take a normally 60fps app to a much higher amount which it cannot cope with. Would i be completly wrong in assuming this?
For an example have a look at the alcamy game from popcap which is one of the few they have on the site which is java based http://www.popcap.com/games/free/alchemy?mid=alchemy_pcweb_en_full
any insights on this would be great!