Render while applet doesn't have focus

Right now, when the applet doesn’t have focus, it doesn’t render.



I tried using [java]app.setPauseOnLostFocus(false);[/java] right before I do [java]app.start();[/java] but it doesn’t seem to work. Any ideas?

Ah, that did it! Thanks!

put it inside simpleInitApp();

1 Like