开发者

how to disable mobile key pad using j2me(midp2.0)

How can I dis开发者_如何学Cable the keypad at some stage in j2me?


If you are using a Nokia device and Netbeans as your IDE, then you can take the following steps to solve your problem:

  1. Go to default configuration of Netbeans from toolbar
  2. Select Application Descriptor
  3. Select Attribute tab
  4. Select Add button
  5. A dialog box will appear. Fill in the following values.
    • name: Nokia-MIDlet-On-Screen-Keypad
    • value: no
    • placement: JAD and Manifest file
  6. Press OK
  7. Build and take .jar file in your mobile and it will hide your keypad.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜