hi,
I used a keylistener in my piano
applet. the problem is that when the user keeps and key pressed, the event gets fired again and again. Is there any way, by which I can stop that...
For example: if the user has pressed q and has not released the key..... he should get only one q and not qqqqqqqqqqqq........
i.e. the event should get fired only once irrespective of the time the user has pressed the key without releasing it.
Expecting help in this regard......
Arun Iyer