I have a program that I am working on which is relatively simple. It runs using a thread (start, run, stop), and responds to keyboard/mouse input. The problem is that, though the graphical/technical elements of the program run smoothly, the more advanced my program has become, the less responsive the mouse/keyboard have become while running my program. Now, they respond almost never, and if they do, it's about a minute after I've hit them. When I commented out the paint() method, everything started working again. My program DOES use some relatively advanced graphical techniques (at least for this level of programming) which I would hate to sacrifice, so I'd like to know if anyone understands what in my paint() method might be interfeering with my program.
Best Regards,
ACRRHODES ***
Dammit Jim, I'm a programmer, not a doctor.
Best Regards,
ACRRHODES ***
Dammit Jim, I'm a programmer, not a doctor.