programming newbie. I'm work on a program that post characters into foreground application. everything is working nicely except for repeating characters. I thought using a task timer was the way to go but it seems that as the JVM cleans its garbage the time tries to catchup therefore posting more cycles in it preset duty cycle.
any hints on using java to control repeating characters or tasks?
any hints on using java to control repeating characters or tasks?
Comment