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:
- Go to default configuration of Netbeans from toolbar
- Select Application Descriptor
- Select Attribute tab
- Select Add button
- A dialog box will appear. Fill in the following values.
name:
Nokia-MIDlet-On-Screen-Keypadvalue:
noplacement:
JAD and Manifest file
- Press OK
- Build and take .jar file in your mobile and it will hide your keypad.
精彩评论