no

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);

Here's how you can set focus to an item in j2me:
Display display = Display.getCurrent();
display.setCurrentItem(txtField);

Post a Comment Default Comments

item