JavaRanch » Java Forums »
Java »
Java in General
| Author |
Error message Lat1 isn't abstract method
|
ethaniel landfough
Greenhorn
Joined: Aug 16, 2009
Posts: 21
|
|
I'm adding KeyListener and ActionListener to a JTextField class. Can i add KeyListener and ActionListener together.. And i got this error :
I wonder why this happen? Can someone help me pointed out, what did i do wrong?Thank's..
|
 |
ethaniel landfough
Greenhorn
Joined: Aug 16, 2009
Posts: 21
|
|
ethaniel landfough wrote:I'm adding KeyListener and ActionListener to a JTextField class. Can i add KeyListener and ActionListener together.. And i got this error :
Sorry, sorry. After i checked it again, i found what was wrong. I mismatch the typed of KeyTyped instead of keyTyped. So, it's already works now..
|
 |
 |
|
|
subject: Error message Lat1 isn't abstract method
|
|
|
|