tags:

views:

37

answers:

1
Q: 

key events

i have tried a lot ...as u all gave me the code segments as a solution...but still the same error is accured...so can anyone give me the solution... It seems a big oversight that the Robot cannot be used to enter basic non-alphanumeric characters.

Is there a cross-platform API that converts characters to key strokes?

A: 

KeyStroke.getKeyStroke()

Ilya Boyandin