J2ME how to set focus to a textfield
Here's how you can set focus to an item in j2me: Display display = Display.getCurrent(); display.setCurrentItem(txtField);
https://www.czetsuyatech.com/2011/03/j2me-how-to-set-focus-to-textfield.html
Here's how you can set focus to an item in j2me:
Display display = Display.getCurrent(); display.setCurrentItem(txtField);
Post a Comment