Sometimes applet isn't loaded..

Hi,My applet on my lab's server works properly. But sometimes, it's not loaded on someone's computer. What's the matter with this applet?I don't think it's the applet's problem. Then, what's the problem?Please, answer me.^^
[259 byte] By [goodsoulsa] at [2007-10-3 0:46:57]
# 1
You'll have to give us some error information to get an answer.If you see a red "X" in the applet area, right click it and get the error messages - copy and post them.
ChuckBinga at 2007-7-14 17:41:50 > top of Java-index,Desktop,Runtime Environment...
# 2

Thank you for your answer.^^

I'll show you the message of a red "x" sooner or later.

I can' t find that error message right now.

Anyway, off the top of my head, I think it may be possible that this problem has something to do with "Heap space". Whenever I click

'renew' button, I saw a red "x" and also "out of memory : java heap space" error message. what do you think? But what you should know is "it work properly every first time". Only doesn't work after clicking "renew button".

Ok, I'm going to go to find an error message!!^^; thanks again!

goodsoulsa at 2007-7-14 17:41:50 > top of Java-index,Desktop,Runtime Environment...
# 3

Heap space is an amount of memory that Java grabs and uses for whatever memory demands that the applet makes (simplified explanation.).

It sounds like there is some problem with the applet. Possibly it is leaving Java objects from the first use of the applet in the "heap", and subsequent iterations of the applet are adding to the heap, causing it to be overrun. I suggest that you avoid clicking the applet's "renew button", or speak to the applet supplier.

ChuckBinga at 2007-7-14 17:41:50 > top of Java-index,Desktop,Runtime Environment...