Question

How should I handle the key events for CustomItem in J2ME?

Was it helpful?

Solution 3

I got the solution. We should override the method "protected void keyPressed(int key)" of CustomItem in the derived class of CustomItem.

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top