-
25 Aug 2011 1:14 AM #1
Unanswered: multiple Keylistener on a Grid
Unanswered: multiple Keylistener on a Grid
How can I add a multiple Keylistener on a Grid ?
thanks
Isak
-
25 Aug 2011 1:33 AM #2
You can simple call multiple times addListener with an own listener for each of your functionality or you can use one Listener that handles all of your key interactions


Reply With Quote