I have several applets in my HTML page, but they are not all visible at the same time. When I scroll inside my browser to get to the desired applet, sometimes an applet looks like it was a little "broken" until I click on them. I tried to solve the problem with something like this:
public void start() { repaint(); }
but that doesn't helped at all.
Is there any way I can make my applets always look correctly no matter if I scroll down/up the contents of my HTML page?