| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Java Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
Keymapping help needed
2 posts
• Page 1 of 1
0
Keymapping help needed
Hi, i'm currently using GWT( Google web toolkit) to create java program and converts it to html. But right now, i faced the problem of mapping keys around. I'm trying to use my mobile phone to access the application, hence i want to map the arrow down key to the tab key so as to change focus to other fields. Hope that so folks here can give me so enlightenment.
I know KeyboardListener will do the job in mapping but i dunno really know how to implement it. Hope a rough code example can be quoted.
I know KeyboardListener will do the job in mapping but i dunno really know how to implement it. Hope a rough code example can be quoted.
- Ahqiang
- Reputation: 0
- Posts: 1
- Joined: Wed May 23, 2007 10:05 am
- Highscores: 0
- Arcade winning challenges: 0
0
I rarely design a program that implements KeyboardListener interface. So, i cant really help with that. But, why don't u use IDE's like Netbeans or Eclipse? i think it'll help you with this problem, since the IDE will generate the implementation for you, and you'll just have to write the events performed.
- Meongmania
- Reputation: 0
- Posts: 16
- Joined: Tue Dec 19, 2006 3:58 am
- Highscores: 0
- Arcade winning challenges: 0
|
|