I appreciate that. Unfortunately since the code is thousands of lines
long and requires countless libraries it would be of little help to
you. The main points are: there are no mouse listeners invloved and it
works fine on 99% of machines.
I'm thinking it must be a configuration issue.
> I appreciate that. Unfortunately since the code is thousands of
> lines long and requires countless libraries it would be of little
> help to you. The main points are: there are no mouse listeners
> invloved and it works fine on 99% of machines.
>
> I'm thinking it must be a configuration issue.
I'm thinking that without more information, you might as well have
someone blindfold you and spin you around, then have you try to hit
the center of a dartboard somewhere in the room.
A lot of code is thousands of lines long and requires countless
libraries. In fact, a lot of code is tens or hundreds of thousands of
lines long. And yet, developers find and fix bugs in these code bases
all the time.
Read Patricia Shanahan's excellent article for some ideas on how to do
so:
http://home.earthlink.net/~patricia_shanahan/debug/

Signature
monique
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
ricky.clarkson@gmail.com - 14 Dec 2005 17:58 GMT
Decoy,
I would find out whether other Java applets have this problem on that
machine, e.g., my personal favourite, www.funkypool.com.
I would find out whether other browsers have the same problem on that
machine. Also try appletviewer.
I would look in the Java console for information.
If this fails, try taking the relevant code and making a test case out
of it, i.e., something other people can run that demonstrates the
problem, including the specifics of the computer that it fails on.
>I appreciate that. Unfortunately since the code is thousands of lines
>long and requires countless libraries it would be of little help to
>you. The main points are: there are no mouse listeners invloved and it
>works fine on 99% of machines.
if everything slows when the mouse is over something, chances are the
problem is that something is not handling the events very well.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.