I want to make custom control which consists of a LabelField and Textbox. How can i make a custom control using jde as IDE for blackberry.
Thanks in advance.
I want to make custom control which consists of a LabelField and Textbox. How can i make a custom control using jde as IDE for blackberry.
Thanks in advance.
In Blackberry you can create a custom component by extending from Field
in case you want to create consist of a LabelField and TextField, I suggest you extend from TextField
See more examples here http://supportforums.blackberry.com/t5/Java-Development/Custom-Control/td-p/159699