java - how to disable lwuit vkb? -



java - how to disable lwuit vkb? -

the ability disabling vkb included in new svn source code... default vkb comes in midlet... how disable in midlet... in old documentation given

to utilize lwuit virtual keyboard application must call: vkbimplementationfactory.init(); before calling to: display.init(this);

but in latest version vkbimplementationfactory deprecated . , old documentation given enable only...there no details disabling.

use display.setdefaultvirtualkeyboard(null);

java java-me lwuit midlet virtual-keyboard

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -