Posted By:
Devang_Shah
Posted On:
Monday, March 4, 2002 11:23 PM
Respected sir,
I want to develop an application in which if the user presses a single key i.e., a single keystroke the output should be two characters. Two characters should appear when the user presses a single key. I tried it using KeyEvent and the method "setKeyChar(char)" but what I get is only single keystroke I want to display two characters when the user presses a single key...
Thank-You