blackberry text box
how to 开发者_Go百科add a text box in blackberry java ?
|--------------|
|--------------|
Have a look at the API:
Blackberry JDE 4.3.0 API
Specifically you should look at the TextField
class. Then you should come back with specific questions relating to what you have done and how it is not working as you would expect it to.
To implement custom TextBoxField this links will help you
http://us.blackberry.com/devjournals/resources/journals/jul_2005/creating_textbox_field.jsp
http://supportforums.blackberry.com/t5/Java-Development/TextBoxField-revisited/ta-p/548410
精彩评论