memory card game using keyListener
hyei wanna ask how to do the memory card game using keyEvent..because i only know to do the game using mouseEvent onlypease help me..give me the codehuhu
[195 byte] By [
vernyaa] at [2007-11-26 22:05:31]

# 1
// class code comes here ...
myObject.addKeyEventListener(this);// 'this' because you implemented a KeyEventListener interface
// rest of the code comes here
...