This is an abstract adapter class used to receive
keyboard events. This is the class is used to receive the keyboard events. It
creates the keyListener objects using the addKeyListener() method. The
generated event is passed to every KeyListener objects that receives such
types of events using the addKeyListener() method of the object. The methods
in this class are empty.
The KeyPressed() method is used to receive the generated event when you press
any key to the object. This method also sets the text of the source of the
event to the label.
To know more about this, just click
http:/www.roseindia.net/java/example/java/awt/KeyPress.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java KeyAdapter
Post your Comment