During development, I’ve been testing my applet from eclipse, and that’s using applet viewer (javaw). It runs smoothly, and is a beauty to behold. In a browser, it runs jerkily and is unresponsive.
Admittedly, I’ve added a bunch of stupid effects lately and increased the screen size, so I could understand why it was slow… If it was slow in applet viewer as well as the browser window!
Is there anything I can do to make it run ok in the browser, rather than paring down the code or making it more efficient?