hi there is a problem during handling Robot.KeyPress(KeyEvent...) is it neccesarry to specify all the keys every time.... e.g Robot.KeyPress(KeyEvent.VK_A); Robot.KeyPress(KeyEvent.VK_B); Robot.KeyPress(KeyEvent.VK_C); if there is any shortkut for not repeating this everytime...plz tell me.....
and the interpretation for keys that are recieved at client side is diff...than that is sent from server side...
so please help me...