Jump to content

Slow reaction of an applet

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
oXDawidXo

oXDawidXo

    Newbie

  • Members
  • Pip
  • 2 posts
Hi Everybody!

I have an unusual problem. I've created an applet which plays music on website. The problem is that when I reload the page it doesn't stop playing. Well, it stops but after about 30 seconds. Even when I close the browser it takes about 2-3 seconds to react.

Have you got any idea what may causing that?

#2
Sinipull

Sinipull

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 386 posts
setDefaultCloseOperation() is set?

#3
oXDawidXo

oXDawidXo

    Newbie

  • Members
  • Pip
  • 2 posts
I've never seen setDefaultCloseOperation() for applets, only for frames.

But I tried and it threw an error.

//EDIT.

I got rid of it by using function destroy()

Edited by oXDawidXo, 01 July 2010 - 11:53 AM.